Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterNodeProvisioningProfile
Packages that use ManagedClusterNodeProvisioningProfile
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of ManagedClusterNodeProvisioningProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterNodeProvisioningProfileModifier and TypeMethodDescriptionManagedClusterInner.nodeProvisioningProfile()Get the nodeProvisioningProfile property: Node provisioning settings that apply to the whole cluster.ManagedClusterProperties.nodeProvisioningProfile()Get the nodeProvisioningProfile property: Node provisioning settings that apply to the whole cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterNodeProvisioningProfileModifier and TypeMethodDescriptionManagedClusterInner.withNodeProvisioningProfile(ManagedClusterNodeProvisioningProfile nodeProvisioningProfile) Set the nodeProvisioningProfile property: Node provisioning settings that apply to the whole cluster.ManagedClusterProperties.withNodeProvisioningProfile(ManagedClusterNodeProvisioningProfile nodeProvisioningProfile) Set the nodeProvisioningProfile property: Node provisioning settings that apply to the whole cluster. -
Uses of ManagedClusterNodeProvisioningProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterNodeProvisioningProfileModifier and TypeClassDescriptionfinal classNode provisioning profile for the managed cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterNodeProvisioningProfileModifier and TypeMethodDescriptionManagedClusterNodeProvisioningProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterNodeProvisioningProfile from the JsonReader.ManagedClusterNodeProvisioningProfile.withDefaultNodePools(NodeProvisioningDefaultNodePools defaultNodePools) Set the defaultNodePools property: The set of default Karpenter NodePools (CRDs) configured for node provisioning.ManagedClusterNodeProvisioningProfile.withMode(NodeProvisioningMode mode) Set the mode property: The node provisioning mode.