Uses of Interface
com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.WithCreate
Packages that use KubernetesCluster.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of KubernetesCluster.DefinitionStages.WithCreate in com.azure.resourcemanager.containerservice.models
Subinterfaces of KubernetesCluster.DefinitionStages.WithCreate in com.azure.resourcemanager.containerservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceInterface for all the definitions related to a Kubernetes cluster.Methods in com.azure.resourcemanager.containerservice.models that return KubernetesCluster.DefinitionStages.WithCreateModifier and TypeMethodDescriptionKubernetesCluster.DefinitionStages.WithRBAC.disableKubernetesRbac()Disables Kubernetes Role-Based Access Control.KubernetesCluster.DefinitionStages.WithLocalAccounts.disableLocalAccounts()Disables authentication from local accounts.KubernetesCluster.DefinitionStages.WithAAD.enableAzureRbac()Enables Azure Role-Based Access Control for Kubernetes authorization.KubernetesCluster.DefinitionStages.WithAccessProfiles.enablePrivateCluster()Enables private cluster.KubernetesCluster.DefinitionStages.WithAddOnProfiles.withAddOnProfiles(Map<String, ManagedClusterAddonProfile> addOnProfileMap) Specifies the cluster's add-on's profiles.KubernetesCluster.DefinitionStages.WithAutoScalerProfile.withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile) Specifies the auto-scale profile.KubernetesCluster.DefinitionStages.WithAAD.withAzureActiveDirectoryGroup(String activeDirectoryGroupObjectId) Specified Azure AD group as the admin group of the cluster.KubernetesCluster.DefinitionStages.WithDiskEncryption.withDiskEncryptionSet(String diskEncryptionSetId) Specifies the disk encryption set for the disk in cluster.KubernetesCluster.DefinitionStages.WithDnsPrefix.withDnsPrefix(String dnsPrefix) Specifies the DNS prefix to be used to create the FQDN for the master pool.KubernetesCluster.DefinitionStages.WithManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()Specifies that System Assigned Managed Service Identity needs to be enabled in the cluster.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type KubernetesCluster.DefinitionStages.WithCreateModifier and TypeMethodDescriptionKubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.DefinitionStages.WithCreate>KubernetesCluster.DefinitionStages.WithAgentPool.defineAgentPool(String name) Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank<KubernetesCluster.DefinitionStages.WithCreate>KubernetesCluster.DefinitionStages.WithNetworkProfile.defineNetworkProfile()Begins the definition of a network profile to be attached to the Kubernetes cluster.