Uses of Class
com.azure.resourcemanager.containerservice.models.ArtifactSource
Packages that use ArtifactSource
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ArtifactSource in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as ArtifactSourceModifier and TypeFieldDescriptionstatic final ArtifactSourceArtifactSource.CACHEStatic value Cache for ArtifactSource.static final ArtifactSourceArtifactSource.DIRECTStatic value Direct for ArtifactSource.Methods in com.azure.resourcemanager.containerservice.models that return ArtifactSourceModifier and TypeMethodDescriptionManagedClusterBootstrapProfile.artifactSource()Get the artifactSource property: The source where the artifacts are downloaded from.static ArtifactSourceArtifactSource.fromString(String name) Creates or finds a ArtifactSource from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ArtifactSourceModifier and TypeMethodDescriptionstatic Collection<ArtifactSource> ArtifactSource.values()Gets known ArtifactSource values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ArtifactSourceModifier and TypeMethodDescriptionManagedClusterBootstrapProfile.withArtifactSource(ArtifactSource artifactSource) Set the artifactSource property: The source where the artifacts are downloaded from.