Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClustersAllProperties
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of ProvisionedClustersAllProperties in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionProvisionedClusters.properties()
Get the properties property: All properties of the provisioned cluster.ProvisionedClustersAllProperties.withAadProfile
(AadProfile aadProfile) Set the aadProfile property: AAD profile for the provisioned cluster.ProvisionedClustersAllProperties.withAddonProfiles
(Map<String, AddonProfiles> addonProfiles) Set the addonProfiles property: AddonProfiles - Profile of managed cluster add-on.ProvisionedClustersAllProperties.withAgentPoolProfiles
(List<NamedAgentPoolProfile> agentPoolProfiles) Set the agentPoolProfiles property: The agent pools of the cluster.ProvisionedClustersAllProperties.withCloudProviderProfile
(CloudProviderProfile cloudProviderProfile) Set the cloudProviderProfile property: The underlying cloud infra provider properties.ProvisionedClustersAllProperties.withControlPlane
(ControlPlaneProfile controlPlane) Set the controlPlane property: ControlPlane - ControlPlane Configuration.ProvisionedClustersAllProperties.withEnableRbac
(Boolean enableRbac) Set the enableRbac property: EnableRBAC - Whether to enable Kubernetes Role-Based Access Control.ProvisionedClustersAllProperties.withFeatures
(ProvisionedClustersCommonPropertiesFeatures features) Set the features property: Additional features specs like Arc Agent Onboarding.ProvisionedClustersAllProperties.withHttpProxyConfig
(HttpProxyConfig httpProxyConfig) Set the httpProxyConfig property: HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.ProvisionedClustersAllProperties.withKubernetesVersion
(String kubernetesVersion) Set the kubernetesVersion property: KubernetesVersion - Version of Kubernetes specified when creating the managed cluster.ProvisionedClustersAllProperties.withLinuxProfile
(LinuxProfileProperties linuxProfile) Set the linuxProfile property: LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.ProvisionedClustersAllProperties.withNetworkProfile
(NetworkProfile networkProfile) Set the networkProfile property: NetworkProfile - Profile of network configuration.ProvisionedClustersAllProperties.withNodeResourceGroup
(String nodeResourceGroup) Set the nodeResourceGroup property: NodeResourceGroup - Name of the resource group containing agent pool nodes.ProvisionedClustersAllProperties.withWindowsProfile
(WindowsProfile windowsProfile) Set the windowsProfile property: WindowsProfile - Profile for Windows VMs in the Provisioned Cluster.Modifier and TypeMethodDescriptionProvisionedClusters.withProperties
(ProvisionedClustersAllProperties properties) Set the properties property: All properties of the provisioned cluster.ProvisionedClustersResponse.DefinitionStages.WithProperties.withProperties
(ProvisionedClustersAllProperties properties) Specifies the properties property: All properties of the provisioned cluster.