| 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
ManagedClustersClient.beginResetAadProfile(String resourceGroupName,
String resourceName,
ManagedClusterAadProfile parameters)
Update the AAD Profile for 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)
Update the AAD Profile for 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)
Update the AAD Profile for a managed cluster.
|
void |
ManagedClustersClient.resetAadProfile(String resourceGroupName,
String resourceName,
ManagedClusterAadProfile parameters)
Update the AAD Profile for a managed cluster.
|
void |
ManagedClustersClient.resetAadProfile(String resourceGroupName,
String resourceName,
ManagedClusterAadProfile parameters,
com.azure.core.util.Context context)
Update the AAD Profile for a managed cluster.
|
Mono<Void> |
ManagedClustersClient.resetAadProfileAsync(String resourceGroupName,
String resourceName,
ManagedClusterAadProfile parameters)
Update the AAD Profile for a managed cluster.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ManagedClustersClient.resetAadProfileWithResponseAsync(String resourceGroupName,
String resourceName,
ManagedClusterAadProfile parameters)
Update the AAD Profile for a managed cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterAadProfile |
ManagedClusterInner.aadProfile()
Get the aadProfile property: Profile of Azure Active Directory configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterInner |
ManagedClusterInner.withAadProfile(ManagedClusterAadProfile aadProfile)
Set the aadProfile property: Profile of Azure Active Directory configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterAadProfile |
Components1Q1Og48SchemasManagedclusterAllof1.aadProfile()
Get the aadProfile property: Profile of Azure Active Directory configuration.
|
ManagedClusterAadProfile |
ManagedClusterAadProfile.withAdminGroupObjectIDs(List<String> adminGroupObjectIDs)
Set the adminGroupObjectIDs property: AAD group object IDs that will have admin role of the cluster.
|
ManagedClusterAadProfile |
ManagedClusterAadProfile.withClientAppId(String clientAppId)
Set the clientAppId property: The client AAD application ID.
|
ManagedClusterAadProfile |
ManagedClusterAadProfile.withEnableAzureRbac(Boolean enableAzureRbac)
Set the enableAzureRbac property: Whether to enable Azure RBAC for Kubernetes authorization.
|
ManagedClusterAadProfile |
ManagedClusterAadProfile.withManaged(Boolean managed)
Set the managed property: Whether to enable managed AAD.
|
ManagedClusterAadProfile |
ManagedClusterAadProfile.withServerAppId(String serverAppId)
Set the serverAppId property: The server AAD application ID.
|
ManagedClusterAadProfile |
ManagedClusterAadProfile.withServerAppSecret(String serverAppSecret)
Set the serverAppSecret property: The server AAD application secret.
|
ManagedClusterAadProfile |
ManagedClusterAadProfile.withTenantId(String tenantId)
Set the tenantId property: The AAD tenant ID to use for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Components1Q1Og48SchemasManagedclusterAllof1 |
Components1Q1Og48SchemasManagedclusterAllof1.withAadProfile(ManagedClusterAadProfile aadProfile)
Set the aadProfile property: Profile of Azure Active Directory configuration.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.