NetAppKeyVaultProperties Class

Definition

Properties of key vault.

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

Constructors

NetAppKeyVaultProperties(Uri, String, String)

Initializes a new instance of NetAppKeyVaultProperties.

Properties

KeyName

The name of KeyVault key.

KeyVaultId

UUID v4 used to identify the Azure Key Vault configuration.

KeyVaultResourceId

The resource ID of KeyVault.

KeyVaultUri

The Uri of KeyVault.

Status

Status of the KeyVault connection.

Explicit Interface Implementations

IJsonModel<NetAppKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppKeyVaultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to