Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterBootstrapProfile
Packages that use ManagedClusterBootstrapProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterBootstrapProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterBootstrapProfileModifier and TypeMethodDescriptionManagedClusterInner.bootstrapProfile()Get the bootstrapProfile property: Profile of the cluster bootstrap configuration.ManagedClusterProperties.bootstrapProfile()Get the bootstrapProfile property: Profile of the cluster bootstrap configuration.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterBootstrapProfileModifier and TypeMethodDescriptionManagedClusterInner.withBootstrapProfile(ManagedClusterBootstrapProfile bootstrapProfile) Set the bootstrapProfile property: Profile of the cluster bootstrap configuration.ManagedClusterProperties.withBootstrapProfile(ManagedClusterBootstrapProfile bootstrapProfile) Set the bootstrapProfile property: Profile of the cluster bootstrap configuration. -
Uses of ManagedClusterBootstrapProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterBootstrapProfileModifier and TypeMethodDescriptionManagedClusterBootstrapProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterBootstrapProfile from the JsonReader.ManagedClusterBootstrapProfile.withArtifactSource(ArtifactSource artifactSource) Set the artifactSource property: The source where the artifacts are downloaded from.ManagedClusterBootstrapProfile.withContainerRegistryId(String containerRegistryId) Set the containerRegistryId property: The resource Id of Azure Container Registry.