Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile
Packages that use ManagedClusterAadProfile
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterAadProfile in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type ManagedClusterAadProfileModifier and TypeMethodDescriptionManagedClustersClient.beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters) Reset the AAD Profile of a managed cluster.ManagedClustersClient.beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, com.azure.core.util.Context context) Reset the AAD Profile of a managed cluster.ManagedClustersClient.beginResetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters) Reset the AAD Profile of a managed cluster.voidManagedClustersClient.resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters) Reset the AAD Profile of a managed cluster.voidManagedClustersClient.resetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, com.azure.core.util.Context context) Reset the AAD Profile of a managed cluster.ManagedClustersClient.resetAadProfileAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters) Reset the AAD Profile of a managed cluster.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ManagedClustersClient.resetAadProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters) Reset the AAD Profile of a managed cluster. -
Uses of ManagedClusterAadProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterAadProfileModifier and TypeMethodDescriptionManagedClusterInner.aadProfile()Get the aadProfile property: AADProfile specifies attributes for Azure Active Directory integration.ManagedClusterProperties.aadProfile()Get the aadProfile property: AADProfile specifies attributes for Azure Active Directory integration.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterAadProfileModifier and TypeMethodDescriptionManagedClusterInner.withAadProfile(ManagedClusterAadProfile aadProfile) Set the aadProfile property: AADProfile specifies attributes for Azure Active Directory integration.ManagedClusterProperties.withAadProfile(ManagedClusterAadProfile aadProfile) Set the aadProfile property: AADProfile specifies attributes for Azure Active Directory integration. -
Uses of ManagedClusterAadProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAadProfileModifier and TypeMethodDescriptionManagedClusterAadProfile.withAdminGroupObjectIDs(List<String> adminGroupObjectIDs) Set the adminGroupObjectIDs property: The list of AAD group object IDs that will have admin role of the cluster.ManagedClusterAadProfile.withClientAppId(String clientAppId) Set the clientAppId property: The client AAD application ID.ManagedClusterAadProfile.withEnableAzureRbac(Boolean enableAzureRbac) Set the enableAzureRbac property: Whether to enable Azure RBAC for Kubernetes authorization.ManagedClusterAadProfile.withManaged(Boolean managed) Set the managed property: Whether to enable managed AAD.ManagedClusterAadProfile.withServerAppId(String serverAppId) Set the serverAppId property: The server AAD application ID.ManagedClusterAadProfile.withServerAppSecret(String serverAppSecret) Set the serverAppSecret property: The server AAD application secret.ManagedClusterAadProfile.withTenantId(String tenantId) Set the tenantId property: The AAD tenant ID to use for authentication.