Uses of Class
com.azure.resourcemanager.appplatform.models.SourceUploadedUserSourceInfo
Packages that use SourceUploadedUserSourceInfo
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SourceUploadedUserSourceInfo in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return SourceUploadedUserSourceInfoModifier and TypeMethodDescriptionstatic SourceUploadedUserSourceInfoSourceUploadedUserSourceInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceUploadedUserSourceInfo from the JsonReader.SourceUploadedUserSourceInfo.withArtifactSelector(String artifactSelector) Set the artifactSelector property: Selector for the artifact to be used for the deployment for multi-module projects.SourceUploadedUserSourceInfo.withRelativePath(String relativePath) Set the relativePath property: Relative path of the storage which stores the source.SourceUploadedUserSourceInfo.withRuntimeVersion(String runtimeVersion) Set the runtimeVersion property: Runtime version of the source file.SourceUploadedUserSourceInfo.withVersion(String version) Set the version property: Version of the source.