NetAppBackupVaultBackupPatch Class

Definition

Backup patch.

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

Constructors

NetAppBackupVaultBackupPatch()

Initializes a new instance of NetAppBackupVaultBackupPatch.

Properties

Label

Label for backup.

Explicit Interface Implementations

IJsonModel<NetAppBackupVaultBackupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppBackupVaultBackupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppBackupVaultBackupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppBackupVaultBackupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppBackupVaultBackupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to