Condividi tramite


NetAppSecretPasswordKeyVaultPatchProperties Class

Definition

Properties of key vault to get the secrets for password.

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

Constructors

Name Description
NetAppSecretPasswordKeyVaultPatchProperties()

Initializes a new instance of NetAppSecretPasswordKeyVaultPatchProperties.

Properties

Name Description
KeyVaultUri

The Uri of KeyVault.

SecretName

The name of KeyVault password secret.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetAppSecretPasswordKeyVaultPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppSecretPasswordKeyVaultPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppSecretPasswordKeyVaultPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppSecretPasswordKeyVaultPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppSecretPasswordKeyVaultPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to