Uses of Interface
com.azure.resourcemanager.containerservice.models.KubernetesCluster.DefinitionStages.WithCreate
-
Packages that use KubernetesCluster.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.containerservice.models 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.models Modifier and Type Interface Description static interfaceKubernetesCluster.DefinitionInterface for all the definitions related to a Kubernetes cluster.Methods in com.azure.resourcemanager.containerservice.models that return KubernetesCluster.DefinitionStages.WithCreate Modifier and Type Method Description KubernetesCluster.DefinitionStages.WithCreateKubernetesCluster.DefinitionStages.WithAccessProfiles. enablePrivateCluster()Enables private cluster.KubernetesCluster.DefinitionStages.WithCreateKubernetesCluster.DefinitionStages.WithAddOnProfiles. withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)Specifies the cluster's add-on's profiles.KubernetesCluster.DefinitionStages.WithCreateKubernetesCluster.DefinitionStages.WithAutoScalerProfile. withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile)Specifies the auto-scale profile.KubernetesCluster.DefinitionStages.WithCreateKubernetesCluster.DefinitionStages.WithDnsPrefix. withDnsPrefix(String dnsPrefix)Specifies the DNS prefix to be used to create the FQDN for the master pool.KubernetesCluster.DefinitionStages.WithCreateKubernetesCluster.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.WithCreate Modifier and Type Method Description KubernetesClusterAgentPool.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.
-