Share via


SecretSyncPatch Class

Definition

The type used for update operations of the SecretSync.

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

Constructors

SecretSyncPatch()

Initializes a new instance of SecretSyncPatch.

Properties

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SecretSyncPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecretSyncPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecretSyncPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretSyncPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecretSyncPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to