A2AProtectionIntentDiskDetails Class

Definition

Azure VM unmanaged disk input details.

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

Constructors

A2AProtectionIntentDiskDetails(Uri)

Initializes a new instance of A2AProtectionIntentDiskDetails.

Properties

DiskUri

The disk Uri.

PrimaryStagingStorageAccountCustomContent

The primary staging storage account input. Please note StorageAccountCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingStorageAccount.

RecoveryAzureStorageAccountCustomContent

The recovery VHD storage account input. Please note StorageAccountCustomDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExistingStorageAccount.

Explicit Interface Implementations

IJsonModel<A2AProtectionIntentDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AProtectionIntentDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<A2AProtectionIntentDiskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AProtectionIntentDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AProtectionIntentDiskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to