Uses of Class
com.azure.resourcemanager.appplatform.models.UserSourceInfo
Packages that use UserSourceInfo
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of UserSourceInfo in com.azure.resourcemanager.appplatform.models
Subclasses of UserSourceInfo in com.azure.resourcemanager.appplatform.modelsModifier and TypeClassDescriptionfinal classReference to a build result.final classCustom container user source info.final classUploaded Jar binary for a deployment.final classUploaded Jar binary for a deployment.final classUploaded Java source code binary for a deployment.classSource with uploaded location.Methods in com.azure.resourcemanager.appplatform.models that return UserSourceInfoModifier and TypeMethodDescriptionDeploymentResourceProperties.source()Get the source property: Uploaded source information of the deployment.UserSourceInfo.withVersion(String version) Set the version property: Version of the source.Methods in com.azure.resourcemanager.appplatform.models with parameters of type UserSourceInfoModifier and TypeMethodDescriptionDeploymentResourceProperties.withSource(UserSourceInfo source) Set the source property: Uploaded source information of the deployment.