ManagedClusterSecurityProfileKeyVaultKms Class

Definition

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

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

ManagedClusterSecurityProfileKeyVaultKms()

Initializes a new instance of 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.

Explicit Interface Implementations

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