Uses of Class
com.azure.resourcemanager.deploymentmanager.models.ArtifactSourcePropertiesAutoGenerated
Packages that use ArtifactSourcePropertiesAutoGenerated
Package
Description
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of ArtifactSourcePropertiesAutoGenerated in com.azure.resourcemanager.deploymentmanager.fluent.models
Subclasses of ArtifactSourcePropertiesAutoGenerated in com.azure.resourcemanager.deploymentmanager.fluent.modelsModifier and TypeClassDescriptionfinal classThe properties that define the artifact source. -
Uses of ArtifactSourcePropertiesAutoGenerated in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return ArtifactSourcePropertiesAutoGeneratedModifier and TypeMethodDescriptionArtifactSourcePropertiesAutoGenerated.withArtifactRoot(String artifactRoot) Set 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.ArtifactSourcePropertiesAutoGenerated.withAuthentication(Authentication authentication) Set the authentication property: The authentication method to use to access the artifact source.ArtifactSourcePropertiesAutoGenerated.withSourceType(String sourceType) Set the sourceType property: The type of artifact source used.