Share via


InMageRcmAddDisksContent Class

Definition

InMageRcm add disk(s) input.

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

Constructors

InMageRcmAddDisksContent(IEnumerable<InMageRcmDiskContent>)

Initializes a new instance of InMageRcmAddDisksContent.

Properties

Disks

The list of disk details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<InMageRcmAddDisksContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageRcmAddDisksContent>.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<InMageRcmAddDisksContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmAddDisksContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageRcmAddDisksContent>.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