ManagedClusterSecurityProfileKeyVaultKms Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
KeyVaultResourceId |
Resource ID of key vault. When keyVaultNetworkAccess is |
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
Azure SDK for .NET