Uses of Class
com.azure.resourcemanager.containerservice.models.ArtifactSource
Packages that use ArtifactSource
Package
Description
Package containing the data models for ContainerService.
-
Uses of ArtifactSource in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type ArtifactSource in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as ArtifactSourceModifier and TypeFieldDescriptionstatic final ArtifactSourceArtifactSource.CACHEpull images from Azure Container Registry with cache.static final ArtifactSourceArtifactSource.DIRECTpull images from Microsoft Artifact Registry.Methods in com.azure.resourcemanager.containerservice.models that return ArtifactSourceModifier and TypeMethodDescriptionManagedClusterBootstrapProfile.artifactSource()Get the artifactSource property: The artifact source.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 artifact source.