| 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.beginResetServicePrincipalProfile(String resourceGroupName,
String resourceName,
ManagedClusterServicePrincipalProfile parameters)
Update the service principal Profile for a managed cluster.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
ManagedClustersClient.beginResetServicePrincipalProfile(String resourceGroupName,
String resourceName,
ManagedClusterServicePrincipalProfile parameters,
com.azure.core.util.Context context)
Update the service principal Profile for a managed cluster.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
ManagedClustersClient.beginResetServicePrincipalProfileAsync(String resourceGroupName,
String resourceName,
ManagedClusterServicePrincipalProfile parameters)
Update the service principal Profile for a managed cluster.
|
void |
ManagedClustersClient.resetServicePrincipalProfile(String resourceGroupName,
String resourceName,
ManagedClusterServicePrincipalProfile parameters)
Update the service principal Profile for a managed cluster.
|
void |
ManagedClustersClient.resetServicePrincipalProfile(String resourceGroupName,
String resourceName,
ManagedClusterServicePrincipalProfile parameters,
com.azure.core.util.Context context)
Update the service principal Profile for a managed cluster.
|
Mono<Void> |
ManagedClustersClient.resetServicePrincipalProfileAsync(String resourceGroupName,
String resourceName,
ManagedClusterServicePrincipalProfile parameters)
Update the service principal Profile for a managed cluster.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ManagedClustersClient.resetServicePrincipalProfileWithResponseAsync(String resourceGroupName,
String resourceName,
ManagedClusterServicePrincipalProfile parameters)
Update the service principal Profile for a managed cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterServicePrincipalProfile |
ManagedClusterInner.servicePrincipalProfile()
Get the servicePrincipalProfile property: Information about a service principal identity for the cluster to use
for manipulating Azure APIs.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterInner |
ManagedClusterInner.withServicePrincipalProfile(ManagedClusterServicePrincipalProfile servicePrincipalProfile)
Set the servicePrincipalProfile property: Information about a service principal identity for the cluster to use
for manipulating Azure APIs.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterServicePrincipalProfile |
Components1Q1Og48SchemasManagedclusterAllof1.servicePrincipalProfile()
Get the servicePrincipalProfile property: Information about a service principal identity for the cluster to use
for manipulating Azure APIs.
|
ManagedClusterServicePrincipalProfile |
ManagedClusterServicePrincipalProfile.withClientId(String clientId)
Set the clientId property: The ID for the service principal.
|
ManagedClusterServicePrincipalProfile |
ManagedClusterServicePrincipalProfile.withSecret(String secret)
Set the secret property: The secret password associated with the service principal in plain text.
|
| Modifier and Type | Method and Description |
|---|---|
Components1Q1Og48SchemasManagedclusterAllof1 |
Components1Q1Og48SchemasManagedclusterAllof1.withServicePrincipalProfile(ManagedClusterServicePrincipalProfile servicePrincipalProfile)
Set the servicePrincipalProfile property: Information about a service principal identity for the cluster to use
for manipulating Azure APIs.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.