Megosztás a következőn keresztül:


DataProtectionBackupVaultPatch Class

Definition

Patch Request content for Microsoft.DataProtection resources.

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

Constructors

DataProtectionBackupVaultPatch()

Initializes a new instance of DataProtectionBackupVaultPatch.

Properties

Identity

Input Managed Identity Details.

Properties

Resource properties.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<DataProtectionBackupVaultPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionBackupVaultPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionBackupVaultPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionBackupVaultPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionBackupVaultPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to