Condividi tramite


NetAppKeyVaultStatusResult Class

Definition

Result of getKeyVaultStatus with information about how volumes under NetApp account are encrypted.

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

Properties

KeyName

The name of the key that should be used for encryption.

KeyVaultPrivateEndpoints

Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint.

KeyVaultResourceId

Azure resource ID of the key vault/managed HSM that should be used for encryption.

KeyVaultUri

The URI of the key vault/managed HSM that should be used for encryption.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetAppKeyVaultStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppKeyVaultStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppKeyVaultStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppKeyVaultStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppKeyVaultStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to