Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterAADProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterAADProfile in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionManagedClusterAADProfile.withAdminGroupObjectIDs
(List<String> adminGroupObjectIDs) Set aAD group object IDs that will have admin role of the cluster.ManagedClusterAADProfile.withClientAppID
(String clientAppID) Set the client AAD application ID.ManagedClusterAADProfile.withEnableAzureRBAC
(Boolean enableAzureRBAC) Set whether to enable Azure RBAC for Kubernetes authorization.ManagedClusterAADProfile.withManaged
(Boolean managed) Set whether to enable managed AAD.ManagedClusterAADProfile.withServerAppID
(String serverAppID) Set the server AAD application ID.ManagedClusterAADProfile.withServerAppSecret
(String serverAppSecret) Set the server AAD application secret.ManagedClusterAADProfile.withTenantID
(String tenantID) Set the AAD tenant ID to use for authentication.