Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClustersCommonProperties
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of ProvisionedClustersCommonProperties in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionProvisionedClustersCommonProperties.withAddonProfiles
(Map<String, AddonProfiles> addonProfiles) Set the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.ProvisionedClustersCommonProperties.withAgentPoolProfiles
(List<NamedAgentPoolProfile> agentPoolProfiles) Set the agentPoolProfiles property: The agent pools of the cluster.ProvisionedClustersCommonProperties.withCloudProviderProfile
(CloudProviderProfile cloudProviderProfile) Set the cloudProviderProfile property: The underlying cloud infra provider properties.ProvisionedClustersCommonProperties.withControlPlane
(ControlPlaneProfile controlPlane) Set the controlPlane property: ControlPlane - ControlPlane Configuration.ProvisionedClustersCommonProperties.withEnableRbac
(Boolean enableRbac) Set the enableRbac property: EnableRBAC - Whether to enable Kubernetes Role-Based Access Control.ProvisionedClustersCommonProperties.withFeatures
(ProvisionedClustersCommonPropertiesFeatures features) Set the features property: Additional features specs like Arc Agent Onboarding.ProvisionedClustersCommonProperties.withKubernetesVersion
(String kubernetesVersion) Set the kubernetesVersion property: KubernetesVersion - Version of Kubernetes specified when creating the managed cluster.ProvisionedClustersCommonProperties.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.ProvisionedClustersCommonProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: NetworkProfile - Profile of network configuration.ProvisionedClustersCommonProperties.withNodeResourceGroup
(String nodeResourceGroup) Set the nodeResourceGroup property: NodeResourceGroup - Name of the resource group containing agent pool nodes.