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

Name Description
KeyName

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

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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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