Uses of Class
com.azure.resourcemanager.appplatform.models.UserSourceInfo
-
Packages that use UserSourceInfo Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of UserSourceInfo in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return UserSourceInfo Modifier and Type Method Description UserSourceInfoDeploymentResourceProperties. source()Get the source property: Uploaded source information of the deployment.UserSourceInfoUserSourceInfo. withArtifactSelector(String artifactSelector)Set the artifactSelector property: Selector for the artifact to be used for the deployment for multi-module projects.UserSourceInfoUserSourceInfo. withRelativePath(String relativePath)Set the relativePath property: Relative path of the storage which stores the source.UserSourceInfoUserSourceInfo. withType(UserSourceType type)Set the type property: Type of the source uploaded.UserSourceInfoUserSourceInfo. withVersion(String version)Set the version property: Version of the source.Methods in com.azure.resourcemanager.appplatform.models with parameters of type UserSourceInfo Modifier and Type Method Description DeploymentResourcePropertiesDeploymentResourceProperties. withSource(UserSourceInfo source)Set the source property: Uploaded source information of the deployment.
-