Freigeben über


ManagedClusterSecurityProfileKeyVaultKms Class

Definition

Azure Key Vault key management service settings for the security profile.

public class ManagedClusterSecurityProfileKeyVaultKms : Azure.Provisioning.Primitives.ProvisionableConstruct
type ManagedClusterSecurityProfileKeyVaultKms = class
    inherit ProvisionableConstruct
Public Class ManagedClusterSecurityProfileKeyVaultKms
Inherits ProvisionableConstruct
Inheritance
ManagedClusterSecurityProfileKeyVaultKms

Constructors

ManagedClusterSecurityProfileKeyVaultKms()

Creates a new ManagedClusterSecurityProfileKeyVaultKms.

Properties

IsEnabled

Whether to enable Azure Key Vault key management service. The default is false.

KeyId

Identifier of Azure Key Vault key. See key identifier format for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When Azure Key Vault key management service is disabled, leave the field empty.

KeyVaultNetworkAccess

Network access of key vault. The possible values are Public and Private. Public means the key vault allows public access from all networks. Private means the key vault disables public access and enables private link. The default value is Public.

KeyVaultResourceId

Resource ID of key vault. When keyVaultNetworkAccess is Private, this field is required and must be a valid resource ID. When keyVaultNetworkAccess is Public, leave the field empty.

Methods

DefineProvisionableProperties()

Define all the provisionable properties of ManagedClusterSecurityProfileKeyVaultKms.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to