Uses of Class
com.azure.resourcemanager.appplatform.models.NetCoreZipUploadedUserSourceInfo
Packages that use NetCoreZipUploadedUserSourceInfo
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of NetCoreZipUploadedUserSourceInfo in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return NetCoreZipUploadedUserSourceInfoModifier and TypeMethodDescriptionNetCoreZipUploadedUserSourceInfo.withNetCoreMainEntryPath(String netCoreMainEntryPath) Set the netCoreMainEntryPath property: The path to the .NET executable relative to zip root.NetCoreZipUploadedUserSourceInfo.withRelativePath(String relativePath) Set the relativePath property: Relative path of the storage which stores the source.NetCoreZipUploadedUserSourceInfo.withRuntimeVersion(String runtimeVersion) Set the runtimeVersion property: Runtime version of the .Net file.NetCoreZipUploadedUserSourceInfo.withVersion(String version) Set the version property: Version of the source.