A2AAddDisksContent Class

Definition

A2A add disk(s) input.

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

Constructors

A2AAddDisksContent()

Initializes a new instance of A2AAddDisksContent.

Properties

VmDisks

The list of vm disk details.

VmManagedDisks

The list of vm managed disk details.

Explicit Interface Implementations

IJsonModel<A2AAddDisksContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AAddDisksContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryAddDisksProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SiteRecoveryAddDisksProviderSpecificContent)
IJsonModel<SiteRecoveryAddDisksProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryAddDisksProviderSpecificContent)
IPersistableModel<A2AAddDisksContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AAddDisksContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AAddDisksContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryAddDisksProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SiteRecoveryAddDisksProviderSpecificContent)
IPersistableModel<SiteRecoveryAddDisksProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SiteRecoveryAddDisksProviderSpecificContent)
IPersistableModel<SiteRecoveryAddDisksProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SiteRecoveryAddDisksProviderSpecificContent)

Applies to