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