| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
KeyVaultSecretRef |
ContainerServicePrincipalProfile.keyVaultSecretRef()
Get the keyVaultSecretRef property: Reference to a secret stored in Azure Key Vault.
|
KeyVaultSecretRef |
KeyVaultSecretRef.withSecretName(String secretName)
Set the secretName property: The secret name.
|
KeyVaultSecretRef |
KeyVaultSecretRef.withVaultId(String vaultId)
Set the vaultId property: Key vault identifier.
|
KeyVaultSecretRef |
KeyVaultSecretRef.withVersion(String version)
Set the version property: The secret version.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServicePrincipalProfile |
ContainerServicePrincipalProfile.withKeyVaultSecretRef(KeyVaultSecretRef keyVaultSecretRef)
Set the keyVaultSecretRef property: Reference to a secret stored in Azure Key Vault.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.