Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAadProfile
-
Packages that use ManagedClusterAadProfile Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 ManagedClusterAadProfile Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>ManagedClustersClient. beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters)Reset the AAD Profile of a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>ManagedClustersClient. beginResetAadProfile(String resourceGroupName, String resourceName, ManagedClusterAadProfile parameters, com.azure.core.util.Context context)Reset the AAD Profile of a managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void>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.Mono<Void>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 ManagedClusterAadProfile Modifier and Type Method Description ManagedClusterAadProfileManagedClusterInner. aadProfile()Get the aadProfile property: AADProfile specifies attributes for Azure Active Directory integration.ManagedClusterAadProfileManagedClusterProperties. 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 ManagedClusterAadProfile Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withAadProfile(ManagedClusterAadProfile aadProfile)Set the aadProfile property: AADProfile specifies attributes for Azure Active Directory integration.ManagedClusterPropertiesManagedClusterProperties. 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 ManagedClusterAadProfile Modifier and Type Method Description ManagedClusterAadProfileManagedClusterAadProfile. withAdminGroupObjectIDs(List<String> adminGroupObjectIDs)Set the adminGroupObjectIDs property: The list of AAD group object IDs that will have admin role of the cluster.ManagedClusterAadProfileManagedClusterAadProfile. withClientAppId(String clientAppId)Set the clientAppId property: The client AAD application ID.ManagedClusterAadProfileManagedClusterAadProfile. withEnableAzureRbac(Boolean enableAzureRbac)Set the enableAzureRbac property: Whether to enable Azure RBAC for Kubernetes authorization.ManagedClusterAadProfileManagedClusterAadProfile. withManaged(Boolean managed)Set the managed property: Whether to enable managed AAD.ManagedClusterAadProfileManagedClusterAadProfile. withServerAppId(String serverAppId)Set the serverAppId property: The server AAD application ID.ManagedClusterAadProfileManagedClusterAadProfile. withServerAppSecret(String serverAppSecret)Set the serverAppSecret property: The server AAD application secret.ManagedClusterAadProfileManagedClusterAadProfile. withTenantId(String tenantId)Set the tenantId property: The AAD tenant ID to use for authentication.
-