| Package | Description |
|---|---|
| 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 |
|---|---|
ContainerServicePrincipalProfile |
ContainerServiceInner.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 |
|---|---|
ContainerServiceInner |
ContainerServiceInner.withServicePrincipalProfile(ContainerServicePrincipalProfile 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 |
|---|---|
ContainerServicePrincipalProfile |
ContainerServicePrincipalProfile.withClientId(String clientId)
Set the clientId property: The ID for the service principal.
|
ContainerServicePrincipalProfile |
ContainerServicePrincipalProfile.withKeyVaultSecretRef(KeyVaultSecretRef keyVaultSecretRef)
Set the keyVaultSecretRef property: Reference to a secret stored in Azure Key Vault.
|
ContainerServicePrincipalProfile |
ContainerServicePrincipalProfile.withSecret(String secret)
Set the secret property: The secret password associated with the service principal in plain text.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.