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.Subinterfaces with type arguments of type KubernetesCluster.DefinitionStages.WithCreate in com.azure.resourcemanager.containerservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.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.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the kubernetes cluster.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.WithAgentPoolResourceGroup.withAgentPoolResourceGroup(String resourceGroupName) Specifies the resource group for agent pool nodes.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.WithManagedClusterSku.withFreeSku()Specifies the managed cluster SKU is free.KubernetesCluster.DefinitionStages.WithManagedClusterSku.withPremiumSku()Specifies the managed cluster SKU is premium.KubernetesCluster.DefinitionStages.WithManagedClusterSku.withStandardSku()Specifies the managed cluster SKU is standard.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.