ManagedClusterProperties |
ManagedClusterProperties.withAadProfile(ManagedClusterAadProfile aadProfile) |
Set the aadProfile property: AADProfile specifies attributes for Azure Active Directory integration.
|
ManagedClusterProperties |
ManagedClusterProperties.withAddonProfiles(Map<String,ManagedClusterAddonProfile> addonProfiles) |
Set the addonProfiles property: The profile of managed cluster add-on.
|
ManagedClusterProperties |
ManagedClusterProperties.withAgentPoolProfiles(List<ManagedClusterAgentPoolProfile> agentPoolProfiles) |
Set the agentPoolProfiles property: The agent pool properties.
|
ManagedClusterProperties |
ManagedClusterProperties.withApiServerAccessProfile(ManagedClusterApiServerAccessProfile apiServerAccessProfile) |
Set the apiServerAccessProfile property: The access profile for managed cluster API server.
|
ManagedClusterProperties |
ManagedClusterProperties.withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile) |
Set the autoScalerProfile property: Parameters to be applied to the cluster-autoscaler when enabled.
|
ManagedClusterProperties |
ManagedClusterProperties.withAutoUpgradeProfile(ManagedClusterAutoUpgradeProfile autoUpgradeProfile) |
Set the autoUpgradeProfile property: The auto upgrade configuration.
|
ManagedClusterProperties |
ManagedClusterProperties.withDisableLocalAccounts(Boolean disableLocalAccounts) |
Set the disableLocalAccounts property: If local accounts should be disabled on the Managed Cluster.
|
ManagedClusterProperties |
ManagedClusterProperties.withDiskEncryptionSetId(String diskEncryptionSetId) |
Set the diskEncryptionSetId property: The Resource ID of the disk encryption set to use for enabling encryption
at rest.
|
ManagedClusterProperties |
ManagedClusterProperties.withDnsPrefix(String dnsPrefix) |
Set the dnsPrefix property: The DNS prefix of the Managed Cluster.
|
ManagedClusterProperties |
ManagedClusterProperties.withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy) |
Set the enablePodSecurityPolicy property: (DEPRECATING) Whether to enable Kubernetes pod security policy
(preview).
|
ManagedClusterProperties |
ManagedClusterProperties.withEnableRbac(Boolean enableRbac) |
Set the enableRbac property: Whether to enable Kubernetes Role-Based Access Control.
|
ManagedClusterProperties |
ManagedClusterProperties.withFqdnSubdomain(String fqdnSubdomain) |
Set the fqdnSubdomain property: The FQDN subdomain of the private cluster with custom private dns zone.
|
ManagedClusterProperties |
ManagedClusterProperties.withHttpProxyConfig(ManagedClusterHttpProxyConfig httpProxyConfig) |
Set the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers.
|
ManagedClusterProperties |
ManagedClusterProperties.withIdentityProfile(Map<String,UserAssignedIdentity> identityProfile) |
Set the identityProfile property: Identities associated with the cluster.
|
ManagedClusterProperties |
ManagedClusterProperties.withKubernetesVersion(String kubernetesVersion) |
Set the kubernetesVersion property: The version of Kubernetes the Managed Cluster is running.
|
ManagedClusterProperties |
ManagedClusterProperties.withLinuxProfile(ContainerServiceLinuxProfile linuxProfile) |
Set the linuxProfile property: The profile for Linux VMs in the Managed Cluster.
|
ManagedClusterProperties |
ManagedClusterProperties.withNetworkProfile(ContainerServiceNetworkProfile networkProfile) |
Set the networkProfile property: The network configuration profile.
|
ManagedClusterProperties |
ManagedClusterProperties.withNodeResourceGroup(String nodeResourceGroup) |
Set the nodeResourceGroup property: The name of the resource group containing agent pool nodes.
|
ManagedClusterProperties |
ManagedClusterProperties.withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile) |
Set the podIdentityProfile property: The pod identity profile of the Managed Cluster.
|
ManagedClusterProperties |
ManagedClusterProperties.withPrivateLinkResources(List<PrivateLinkResourceInner> privateLinkResources) |
Set the privateLinkResources property: Private link resources associated with the cluster.
|
ManagedClusterProperties |
ManagedClusterProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) |
Set the publicNetworkAccess property: PublicNetworkAccess of the managedCluster Allow or deny public network
access for AKS.
|
ManagedClusterProperties |
ManagedClusterProperties.withSecurityProfile(ManagedClusterSecurityProfile securityProfile) |
Set the securityProfile property: Security profile for the managed cluster.
|
ManagedClusterProperties |
ManagedClusterProperties.withServicePrincipalProfile(ManagedClusterServicePrincipalProfile servicePrincipalProfile) |
Set the servicePrincipalProfile property: Information about a service principal identity for the cluster to use
for manipulating Azure APIs.
|
ManagedClusterProperties |
ManagedClusterProperties.withWindowsProfile(ManagedClusterWindowsProfile windowsProfile) |
Set the windowsProfile property: The profile for Windows VMs in the Managed Cluster.
|