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: The Azure Active Directory configuration.ManagedClusterProperties.aadProfile()Get the aadProfile property: The Azure Active Directory configuration.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterAadProfileModifier and TypeMethodDescriptionManagedClusterInner.withAadProfile(ManagedClusterAadProfile aadProfile) Set the aadProfile property: The Azure Active Directory configuration.ManagedClusterProperties.withAadProfile(ManagedClusterAadProfile aadProfile) Set the aadProfile property: The Azure Active Directory configuration. -
Uses of ManagedClusterAadProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterAadProfileModifier and TypeClassDescriptionfinal classAADProfile specifies attributes for Azure Active Directory integration.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAadProfileModifier and TypeMethodDescriptionstatic ManagedClusterAadProfileManagedClusterAadProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterAadProfile from the JsonReader.ManagedClusterAadProfile.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: (DEPRECATED) 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: (DEPRECATED) The server AAD application ID.ManagedClusterAadProfile.withServerAppSecret(String serverAppSecret) Set the serverAppSecret property: (DEPRECATED) The server AAD application secret.ManagedClusterAadProfile.withTenantId(String tenantId) Set the tenantId property: The AAD tenant ID to use for authentication.