InMageRcmDiskContent Class

Definition

InMageRcm disk input.

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

Constructors

InMageRcmDiskContent(String, ResourceIdentifier, SiteRecoveryDiskAccountType)

Initializes a new instance of InMageRcmDiskContent.

Properties

DiskEncryptionSetId

The DiskEncryptionSet ARM Id.

DiskId

The disk Id.

DiskType

The disk type.

LogStorageAccountId

The log storage account ARM Id.

Explicit Interface Implementations

IJsonModel<InMageRcmDiskContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageRcmDiskContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageRcmDiskContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmDiskContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageRcmDiskContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to