你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

Initializes a new instance of NetAppKeyVaultProperties.

Properties

KeyName

The name of KeyVault key.

KeyVaultArmResourceId

The resource ID of KeyVault.

KeyVaultId

UUID v4 used to identify the Azure Key Vault configuration.

KeyVaultUri

The Uri of KeyVault.

Status

Status of the KeyVault connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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