Delen via


ResourceGuardPatch Class

Definition

Patch Request content for Microsoft.DataProtection Resource Guard resources.

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

Constructors

ResourceGuardPatch()

Initializes a new instance of ResourceGuardPatch.

Properties

Tags

Resource Guard tags.

Explicit Interface Implementations

IJsonModel<ResourceGuardPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceGuardPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceGuardPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceGuardPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceGuardPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to