KeyVaultPatch Class

Definition

Parameters for creating or updating a vault.

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

Constructors

KeyVaultPatch()

Initializes a new instance of KeyVaultPatch.

Properties

Properties

Properties of the vault.

Tags

The tags that will be assigned to the key vault.

Explicit Interface Implementations

IJsonModel<KeyVaultPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KeyVaultPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KeyVaultPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KeyVaultPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KeyVaultPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to