Uses of Class
com.azure.resourcemanager.containerservice.models.AzureKeyVaultKms
Packages that use AzureKeyVaultKms
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AzureKeyVaultKms in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AzureKeyVaultKmsModifier and TypeMethodDescriptionManagedClusterSecurityProfile.azureKeyVaultKms()Get the azureKeyVaultKms property: Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile.AzureKeyVaultKms.withEnabled(Boolean enabled) Set the enabled property: Whether to enable Azure Key Vault key management service.Set the keyId property: Identifier of Azure Key Vault key.AzureKeyVaultKms.withKeyVaultNetworkAccess(KeyVaultNetworkAccessTypes keyVaultNetworkAccess) Set the keyVaultNetworkAccess property: Network access of the key vaultAzureKeyVaultKms.withKeyVaultResourceId(String keyVaultResourceId) Set the keyVaultResourceId property: Resource ID of key vault.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AzureKeyVaultKmsModifier and TypeMethodDescriptionManagedClusterSecurityProfile.withAzureKeyVaultKms(AzureKeyVaultKms azureKeyVaultKms) Set the azureKeyVaultKms property: Azure Key Vault [key management service](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) settings for the security profile.