NetAppBackupVaultPatch Class

Definition

Backup Vault information.

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

Constructors

NetAppBackupVaultPatch()

Initializes a new instance of NetAppBackupVaultPatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<NetAppBackupVaultPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppBackupVaultPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppBackupVaultPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppBackupVaultPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppBackupVaultPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to