BackupsMigrationContent Class

Definition

Migrate Backups Request.

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

Constructors

BackupsMigrationContent(String)

Initializes a new instance of BackupsMigrationContent.

Properties

BackupVaultId

The ResourceId of the Backup Vault.

Explicit Interface Implementations

IJsonModel<BackupsMigrationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupsMigrationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupsMigrationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupsMigrationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupsMigrationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to