ManagedClusterInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. containerservice. fluent. models. ManagedClusterInner
- com.
- com.
- com.
public final class ManagedClusterInner
extends Resource
Managed cluster.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterInner() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Managed |
aadProfile()
Get the aad |
Map<String,Managed |
addonProfiles()
Get the addon |
List<Managed |
agentPoolProfiles()
Get the agent |
Managed |
apiServerAccessProfile()
Get the api |
Managed |
autoScalerProfile()
Get the auto |
Managed |
autoUpgradeProfile()
Get the auto |
Managed |
azureMonitorProfile()
Get the azure |
String |
azurePortalFqdn()
Get the azure |
String |
currentKubernetesVersion()
Get the current |
Boolean |
disableLocalAccounts()
Get the disable |
String |
diskEncryptionSetId()
Get the disk |
String |
dnsPrefix()
Get the dns |
Boolean |
enablePodSecurityPolicy()
Get the enable |
Boolean |
enableRbac()
Get the enable |
Extended |
extendedLocation()
Get the extended |
String |
fqdn()
Get the fqdn property: The FQDN of the master pool. |
String |
fqdnSubdomain()
Get the fqdn |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
Managed |
httpProxyConfig()
Get the http |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Managed |
identity()
Get the identity property: The identity of the managed cluster, if configured. |
Map<String,User |
identityProfile()
Get the identity |
Managed |
ingressProfile()
Get the ingress |
String |
kubernetesVersion()
Get the kubernetes |
Container |
linuxProfile()
Get the linux |
Integer |
maxAgentPools()
Get the max |
Managed |
metricsProfile()
Get the metrics |
String |
name()
Get the name property: The name of the resource. |
Container |
networkProfile()
Get the network |
String |
nodeResourceGroup()
Get the node |
Managed |
oidcIssuerProfile()
Get the oidc |
Managed |
podIdentityProfile()
Get the pod |
Power |
powerState()
Get the power |
String |
privateFqdn()
Get the private |
List<Private |
privateLinkResources()
Get the private |
String |
provisioningState()
Get the provisioning |
Public |
publicNetworkAccess()
Get the public |
String |
resourceUid()
Get the resource |
Managed |
securityProfile()
Get the security |
Service |
serviceMeshProfile()
Get the service |
Managed |
servicePrincipalProfile()
Get the service |
Managed |
sku()
Get the sku property: The managed cluster SKU. |
Managed |
storageProfile()
Get the storage |
Kubernetes |
supportPlan()
Get the support |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
Cluster |
upgradeSettings()
Get the upgrade |
void |
validate()
Validates the instance. |
Managed |
windowsProfile()
Get the windows |
Managed |
withAadProfile(ManagedClusterAadProfile aadProfile)
Set the aad |
Managed |
withAddonProfiles(Map<String,ManagedClusterAddonProfile> addonProfiles)
Set the addon |
Managed |
withAgentPoolProfiles(List<ManagedClusterAgentPoolProfile> agentPoolProfiles)
Set the agent |
Managed |
withApiServerAccessProfile(ManagedClusterApiServerAccessProfile apiServerAccessProfile)
Set the api |
Managed |
withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile)
Set the auto |
Managed |
withAutoUpgradeProfile(ManagedClusterAutoUpgradeProfile autoUpgradeProfile)
Set the auto |
Managed |
withAzureMonitorProfile(ManagedClusterAzureMonitorProfile azureMonitorProfile)
Set the azure |
Managed |
withDisableLocalAccounts(Boolean disableLocalAccounts)
Set the disable |
Managed |
withDiskEncryptionSetId(String diskEncryptionSetId)
Set the disk |
Managed |
withDnsPrefix(String dnsPrefix)
Set the dns |
Managed |
withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy)
Set the enable |
Managed |
withEnableRbac(Boolean enableRbac)
Set the enable |
Managed |
withExtendedLocation(ExtendedLocation extendedLocation)
Set the extended |
Managed |
withFqdnSubdomain(String fqdnSubdomain)
Set the fqdn |
Managed |
withHttpProxyConfig(ManagedClusterHttpProxyConfig httpProxyConfig)
Set the http |
Managed |
withIdentity(ManagedClusterIdentity identity)
Set the identity property: The identity of the managed cluster, if configured. |
Managed |
withIdentityProfile(Map<String,UserAssignedIdentity> identityProfile)
Set the identity |
Managed |
withIngressProfile(ManagedClusterIngressProfile ingressProfile)
Set the ingress |
Managed |
withKubernetesVersion(String kubernetesVersion)
Set the kubernetes |
Managed |
withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)
Set the linux |
Managed |
withLocation(String location) |
Managed |
withMetricsProfile(ManagedClusterMetricsProfile metricsProfile)
Set the metrics |
Managed |
withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Set the network |
Managed |
withNodeResourceGroup(String nodeResourceGroup)
Set the node |
Managed |
withOidcIssuerProfile(ManagedClusterOidcIssuerProfile oidcIssuerProfile)
Set the oidc |
Managed |
withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile)
Set the pod |
Managed |
withPrivateLinkResources(List<PrivateLinkResourceInner> privateLinkResources)
Set the private |
Managed |
withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the public |
Managed |
withSecurityProfile(ManagedClusterSecurityProfile securityProfile)
Set the security |
Managed |
withServiceMeshProfile(ServiceMeshProfile serviceMeshProfile)
Set the service |
Managed |
withServicePrincipalProfile(ManagedClusterServicePrincipalProfile servicePrincipalProfile)
Set the service |
Managed |
withSku(ManagedClusterSku sku)
Set the sku property: The managed cluster SKU. |
Managed |
withStorageProfile(ManagedClusterStorageProfile storageProfile)
Set the storage |
Managed |
withSupportPlan(KubernetesSupportPlan supportPlan)
Set the support |
Managed |
withTags(Map<String,String> tags) |
Managed |
withUpgradeSettings(ClusterUpgradeSettings upgradeSettings)
Set the upgrade |
Managed |
withWindowsProfile(ManagedClusterWindowsProfile windowsProfile)
Set the windows |
Managed |
withWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfile workloadAutoScalerProfile)
Set the workload |
Managed |
workloadAutoScalerProfile()
Get the workload |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterInner
public ManagedClusterInner()
Creates an instance of ManagedClusterInner class.
Method Details
aadProfile
public ManagedClusterAadProfile aadProfile()
Get the aadProfile property: The Azure Active Directory configuration.
Returns:
addonProfiles
public Map
Get the addonProfiles property: The profile of managed cluster add-on.
Returns:
agentPoolProfiles
public List
Get the agentPoolProfiles property: The agent pool properties.
Returns:
apiServerAccessProfile
public ManagedClusterApiServerAccessProfile apiServerAccessProfile()
Get the apiServerAccessProfile property: The access profile for managed cluster API server.
Returns:
autoScalerProfile
public ManagedClusterPropertiesAutoScalerProfile autoScalerProfile()
Get the autoScalerProfile property: Parameters to be applied to the cluster-autoscaler when enabled.
Returns:
autoUpgradeProfile
public ManagedClusterAutoUpgradeProfile autoUpgradeProfile()
Get the autoUpgradeProfile property: The auto upgrade configuration.
Returns:
azureMonitorProfile
public ManagedClusterAzureMonitorProfile azureMonitorProfile()
Get the azureMonitorProfile property: Azure Monitor addon profiles for monitoring the managed cluster.
Returns:
azurePortalFqdn
public String azurePortalFqdn()
Get the azurePortalFqdn property: The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly.
Returns:
currentKubernetesVersion
public String currentKubernetesVersion()
Get the currentKubernetesVersion property: If kubernetesVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If kubernetesVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used.
Returns:
disableLocalAccounts
public Boolean disableLocalAccounts()
Get the disableLocalAccounts property: If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad\#disable-local-accounts-preview).
Returns:
diskEncryptionSetId
public String diskEncryptionSetId()
Get the diskEncryptionSetId property: This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'.
Returns:
dnsPrefix
public String dnsPrefix()
Get the dnsPrefix property: This cannot be updated once the Managed Cluster has been created.
Returns:
enablePodSecurityPolicy
public Boolean enablePodSecurityPolicy()
Get the enablePodSecurityPolicy property: (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp.
Returns:
enableRbac
public Boolean enableRbac()
Get the enableRbac property: Whether to enable Kubernetes Role-Based Access Control.
Returns:
extendedLocation
public ExtendedLocation extendedLocation()
Get the extendedLocation property: The extended location of the Virtual Machine.
Returns:
fqdn
public String fqdn()
Get the fqdn property: The FQDN of the master pool.
Returns:
fqdnSubdomain
public String fqdnSubdomain()
Get the fqdnSubdomain property: This cannot be updated once the Managed Cluster has been created.
Returns:
fromJson
public static ManagedClusterInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterInner from the JsonReader.
Parameters:
Returns:
Throws:
httpProxyConfig
public ManagedClusterHttpProxyConfig httpProxyConfig()
Get the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedClusterInner.id()Returns:
identity
public ManagedClusterIdentity identity()
Get the identity property: The identity of the managed cluster, if configured.
Returns:
identityProfile
public Map
Get the identityProfile property: Identities associated with the cluster.
Returns:
ingressProfile
public ManagedClusterIngressProfile ingressProfile()
Get the ingressProfile property: Ingress profile for the managed cluster.
Returns:
kubernetesVersion
public String kubernetesVersion()
Get the kubernetesVersion property: Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details.
Returns:
linuxProfile
public ContainerServiceLinuxProfile linuxProfile()
Get the linuxProfile property: The profile for Linux VMs in the Managed Cluster.
Returns:
maxAgentPools
public Integer maxAgentPools()
Get the maxAgentPools property: The max number of agent pools for the managed cluster.
Returns:
metricsProfile
public ManagedClusterMetricsProfile metricsProfile()
Get the metricsProfile property: Optional cluster metrics configuration.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedClusterInner.name()Returns:
networkProfile
public ContainerServiceNetworkProfile networkProfile()
Get the networkProfile property: The network configuration profile.
Returns:
nodeResourceGroup
public String nodeResourceGroup()
Get the nodeResourceGroup property: The name of the resource group containing agent pool nodes.
Returns:
oidcIssuerProfile
public ManagedClusterOidcIssuerProfile oidcIssuerProfile()
Get the oidcIssuerProfile property: The OIDC issuer profile of the Managed Cluster.
Returns:
podIdentityProfile
public ManagedClusterPodIdentityProfile podIdentityProfile()
Get the podIdentityProfile property: See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration.
Returns:
powerState
public PowerState powerState()
Get the powerState property: The Power State of the cluster.
Returns:
privateFqdn
public String privateFqdn()
Get the privateFqdn property: The FQDN of private cluster.
Returns:
privateLinkResources
public List
Get the privateLinkResources property: Private link resources associated with the cluster.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: The current provisioning state.
Returns:
publicNetworkAccess
public PublicNetworkAccess publicNetworkAccess()
Get the publicNetworkAccess property: Allow or deny public network access for AKS.
Returns:
resourceUid
public String resourceUid()
Get the resourceUid property: The resourceUID uniquely identifies ManagedClusters that reuse ARM ResourceIds (i.e: create, delete, create sequence).
Returns:
securityProfile
public ManagedClusterSecurityProfile securityProfile()
Get the securityProfile property: Security profile for the managed cluster.
Returns:
serviceMeshProfile
public ServiceMeshProfile serviceMeshProfile()
Get the serviceMeshProfile property: Service mesh profile for a managed cluster.
Returns:
servicePrincipalProfile
public ManagedClusterServicePrincipalProfile servicePrincipalProfile()
Get the servicePrincipalProfile property: Information about a service principal identity for the cluster to use for manipulating Azure APIs.
Returns:
sku
public ManagedClusterSku sku()
Get the sku property: The managed cluster SKU.
Returns:
storageProfile
public ManagedClusterStorageProfile storageProfile()
Get the storageProfile property: Storage profile for the managed cluster.
Returns:
supportPlan
public KubernetesSupportPlan supportPlan()
Get the supportPlan property: The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedClusterInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedClusterInner.type()Returns:
upgradeSettings
public ClusterUpgradeSettings upgradeSettings()
Get the upgradeSettings property: Settings for upgrading a cluster.
Returns:
validate
public void validate()
Validates the instance.
windowsProfile
public ManagedClusterWindowsProfile windowsProfile()
Get the windowsProfile property: The profile for Windows VMs in the Managed Cluster.
Returns:
withAadProfile
public ManagedClusterInner withAadProfile(ManagedClusterAadProfile aadProfile)
Set the aadProfile property: The Azure Active Directory configuration.
Parameters:
Returns:
withAddonProfiles
public ManagedClusterInner withAddonProfiles(Map
Set the addonProfiles property: The profile of managed cluster add-on.
Parameters:
Returns:
withAgentPoolProfiles
public ManagedClusterInner withAgentPoolProfiles(List
Set the agentPoolProfiles property: The agent pool properties.
Parameters:
Returns:
withApiServerAccessProfile
public ManagedClusterInner withApiServerAccessProfile(ManagedClusterApiServerAccessProfile apiServerAccessProfile)
Set the apiServerAccessProfile property: The access profile for managed cluster API server.
Parameters:
Returns:
withAutoScalerProfile
public ManagedClusterInner withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile)
Set the autoScalerProfile property: Parameters to be applied to the cluster-autoscaler when enabled.
Parameters:
Returns:
withAutoUpgradeProfile
public ManagedClusterInner withAutoUpgradeProfile(ManagedClusterAutoUpgradeProfile autoUpgradeProfile)
Set the autoUpgradeProfile property: The auto upgrade configuration.
Parameters:
Returns:
withAzureMonitorProfile
public ManagedClusterInner withAzureMonitorProfile(ManagedClusterAzureMonitorProfile azureMonitorProfile)
Set the azureMonitorProfile property: Azure Monitor addon profiles for monitoring the managed cluster.
Parameters:
Returns:
withDisableLocalAccounts
public ManagedClusterInner withDisableLocalAccounts(Boolean disableLocalAccounts)
Set the disableLocalAccounts property: If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad\#disable-local-accounts-preview).
Parameters:
Returns:
withDiskEncryptionSetId
public ManagedClusterInner withDiskEncryptionSetId(String diskEncryptionSetId)
Set the diskEncryptionSetId property: This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'.
Parameters:
Returns:
withDnsPrefix
public ManagedClusterInner withDnsPrefix(String dnsPrefix)
Set the dnsPrefix property: This cannot be updated once the Managed Cluster has been created.
Parameters:
Returns:
withEnablePodSecurityPolicy
public ManagedClusterInner withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy)
Set the enablePodSecurityPolicy property: (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp.
Parameters:
Returns:
withEnableRbac
public ManagedClusterInner withEnableRbac(Boolean enableRbac)
Set the enableRbac property: Whether to enable Kubernetes Role-Based Access Control.
Parameters:
Returns:
withExtendedLocation
public ManagedClusterInner withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: The extended location of the Virtual Machine.
Parameters:
Returns:
withFqdnSubdomain
public ManagedClusterInner withFqdnSubdomain(String fqdnSubdomain)
Set the fqdnSubdomain property: This cannot be updated once the Managed Cluster has been created.
Parameters:
Returns:
withHttpProxyConfig
public ManagedClusterInner withHttpProxyConfig(ManagedClusterHttpProxyConfig httpProxyConfig)
Set the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers.
Parameters:
Returns:
withIdentity
public ManagedClusterInner withIdentity(ManagedClusterIdentity identity)
Set the identity property: The identity of the managed cluster, if configured.
Parameters:
Returns:
withIdentityProfile
public ManagedClusterInner withIdentityProfile(Map
Set the identityProfile property: Identities associated with the cluster.
Parameters:
Returns:
withIngressProfile
public ManagedClusterInner withIngressProfile(ManagedClusterIngressProfile ingressProfile)
Set the ingressProfile property: Ingress profile for the managed cluster.
Parameters:
Returns:
withKubernetesVersion
public ManagedClusterInner withKubernetesVersion(String kubernetesVersion)
Set the kubernetesVersion property: Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details.
Parameters:
Returns:
withLinuxProfile
public ManagedClusterInner withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)
Set the linuxProfile property: The profile for Linux VMs in the Managed Cluster.
Parameters:
Returns:
withLocation
public ManagedClusterInner withLocation(String location)
Overrides:
ManagedClusterInner.withLocation(String location)Parameters:
withMetricsProfile
public ManagedClusterInner withMetricsProfile(ManagedClusterMetricsProfile metricsProfile)
Set the metricsProfile property: Optional cluster metrics configuration.
Parameters:
Returns:
withNetworkProfile
public ManagedClusterInner withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Set the networkProfile property: The network configuration profile.
Parameters:
Returns:
withNodeResourceGroup
public ManagedClusterInner withNodeResourceGroup(String nodeResourceGroup)
Set the nodeResourceGroup property: The name of the resource group containing agent pool nodes.
Parameters:
Returns:
withOidcIssuerProfile
public ManagedClusterInner withOidcIssuerProfile(ManagedClusterOidcIssuerProfile oidcIssuerProfile)
Set the oidcIssuerProfile property: The OIDC issuer profile of the Managed Cluster.
Parameters:
Returns:
withPodIdentityProfile
public ManagedClusterInner withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile)
Set the podIdentityProfile property: See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration.
Parameters:
Returns:
withPrivateLinkResources
public ManagedClusterInner withPrivateLinkResources(List
Set the privateLinkResources property: Private link resources associated with the cluster.
Parameters:
Returns:
withPublicNetworkAccess
public ManagedClusterInner withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Allow or deny public network access for AKS.
Parameters:
Returns:
withSecurityProfile
public ManagedClusterInner withSecurityProfile(ManagedClusterSecurityProfile securityProfile)
Set the securityProfile property: Security profile for the managed cluster.
Parameters:
Returns:
withServiceMeshProfile
public ManagedClusterInner withServiceMeshProfile(ServiceMeshProfile serviceMeshProfile)
Set the serviceMeshProfile property: Service mesh profile for a managed cluster.
Parameters:
Returns:
withServicePrincipalProfile
public ManagedClusterInner withServicePrincipalProfile(ManagedClusterServicePrincipalProfile servicePrincipalProfile)
Set the servicePrincipalProfile property: Information about a service principal identity for the cluster to use for manipulating Azure APIs.
Parameters:
Returns:
withSku
public ManagedClusterInner withSku(ManagedClusterSku sku)
Set the sku property: The managed cluster SKU.
Parameters:
Returns:
withStorageProfile
public ManagedClusterInner withStorageProfile(ManagedClusterStorageProfile storageProfile)
Set the storageProfile property: Storage profile for the managed cluster.
Parameters:
Returns:
withSupportPlan
public ManagedClusterInner withSupportPlan(KubernetesSupportPlan supportPlan)
Set the supportPlan property: The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.
Parameters:
Returns:
withTags
public ManagedClusterInner withTags(Map
Overrides:
ManagedClusterInner.withTags(Map<String,String> tags)Parameters:
withUpgradeSettings
public ManagedClusterInner withUpgradeSettings(ClusterUpgradeSettings upgradeSettings)
Set the upgradeSettings property: Settings for upgrading a cluster.
Parameters:
Returns:
withWindowsProfile
public ManagedClusterInner withWindowsProfile(ManagedClusterWindowsProfile windowsProfile)
Set the windowsProfile property: The profile for Windows VMs in the Managed Cluster.
Parameters:
Returns:
withWorkloadAutoScalerProfile
public ManagedClusterInner withWorkloadAutoScalerProfile(ManagedClusterWorkloadAutoScalerProfile workloadAutoScalerProfile)
Set the workloadAutoScalerProfile property: Workload Auto-scaler profile for the managed cluster.
Parameters:
Returns:
workloadAutoScalerProfile
public ManagedClusterWorkloadAutoScalerProfile workloadAutoScalerProfile()
Get the workloadAutoScalerProfile property: Workload Auto-scaler profile for the managed cluster.
Returns:
Applies to
Azure SDK for Java