Partilhar via


ManagedClusterSecurityProfileKeyVaultKms Class

Definition

Azure Key Vault key management service settings for the security profile. Serialized Name: AzureKeyVaultKms

public class ManagedClusterSecurityProfileKeyVaultKms : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterSecurityProfileKeyVaultKms>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterSecurityProfileKeyVaultKms>
public class ManagedClusterSecurityProfileKeyVaultKms
type ManagedClusterSecurityProfileKeyVaultKms = class
    interface IJsonModel<ManagedClusterSecurityProfileKeyVaultKms>
    interface IPersistableModel<ManagedClusterSecurityProfileKeyVaultKms>
type ManagedClusterSecurityProfileKeyVaultKms = class
Public Class ManagedClusterSecurityProfileKeyVaultKms
Implements IJsonModel(Of ManagedClusterSecurityProfileKeyVaultKms), IPersistableModel(Of ManagedClusterSecurityProfileKeyVaultKms)
Public Class ManagedClusterSecurityProfileKeyVaultKms
Inheritance
ManagedClusterSecurityProfileKeyVaultKms
Implements

Constructors

Name Description
ManagedClusterSecurityProfileKeyVaultKms()

Initializes a new instance of ManagedClusterSecurityProfileKeyVaultKms.

Properties

Name Description
IsEnabled

Whether to enable Azure Key Vault key management service. The default is false. Serialized Name: AzureKeyVaultKms.enabled

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. Serialized Name: AzureKeyVaultKms.keyId

KeyVaultNetworkAccess

Network access of the key vault. 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. Serialized Name: AzureKeyVaultKms.keyVaultNetworkAccess

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. Serialized Name: AzureKeyVaultKms.keyVaultResourceId

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ManagedClusterSecurityProfileKeyVaultKms>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedClusterSecurityProfileKeyVaultKms>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterSecurityProfileKeyVaultKms>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterSecurityProfileKeyVaultKms>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedClusterSecurityProfileKeyVaultKms>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to