KeyVaultSecretPatch Class

Definition

Parameters for patching a secret.

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

Constructors

KeyVaultSecretPatch()

Initializes a new instance of KeyVaultSecretPatch.

Properties

Properties

Properties of the secret.

Tags

The tags that will be assigned to the secret.

Explicit Interface Implementations

IJsonModel<KeyVaultSecretPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KeyVaultSecretPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KeyVaultSecretPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KeyVaultSecretPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KeyVaultSecretPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to