Uses of Interface
com.azure.resourcemanager.deploymentmanager.models.ArtifactSource.DefinitionStages.WithCreate
Packages that use ArtifactSource.DefinitionStages.WithCreate
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of ArtifactSource.DefinitionStages.WithCreate in com.azure.resourcemanager.deploymentmanager.models
Subinterfaces of ArtifactSource.DefinitionStages.WithCreate in com.azure.resourcemanager.deploymentmanager.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the ArtifactSource definition.Methods in com.azure.resourcemanager.deploymentmanager.models that return ArtifactSource.DefinitionStages.WithCreateModifier and TypeMethodDescriptionArtifactSource.DefinitionStages.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.DefinitionStages.WithAuthentication.withAuthentication(Authentication authentication) Specifies the authentication property: The authentication method to use to access the artifact source..ArtifactSource.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName) Specifies resourceGroupName.ArtifactSource.DefinitionStages.WithSourceType.withSourceType(String sourceType) Specifies the sourceType property: The type of artifact source used..Specifies the tags property: Resource tags..