Uses of Interface
com.azure.resourcemanager.deploymentmanager.models.ArtifactSource.Update
Packages that use ArtifactSource.Update
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of ArtifactSource.Update in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ArtifactSource.UpdateModifier and TypeMethodDescriptionArtifactSource.update()Begins update for the ArtifactSource resource.ArtifactSource.UpdateStages.WithArtifactRoot.withArtifactRoot(String artifactRoot) Specifies the artifactRoot property: The path from the location that the 'authentication' property [say, a SAS URI to the blob container] refers to, to the location of the artifacts.ArtifactSource.UpdateStages.WithAuthentication.withAuthentication(Authentication authentication) Specifies the authentication property: The authentication method to use to access the artifact source..ArtifactSource.UpdateStages.WithSourceType.withSourceType(String sourceType) Specifies the sourceType property: The type of artifact source used..Specifies the tags property: Resource tags..