Share via


InMageRcmDisksDefaultContent Class

Definition

InMageRcm disk input.

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

Constructors

InMageRcmDisksDefaultContent(ResourceIdentifier, SiteRecoveryDiskAccountType)

Initializes a new instance of InMageRcmDisksDefaultContent.

Properties

DiskEncryptionSetId

The DiskEncryptionSet ARM Id.

DiskType

The disk type.

LogStorageAccountId

The log storage account ARM Id.

SectorSizeInBytes

The logical sector size (in bytes), 512 by default.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<InMageRcmDisksDefaultContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageRcmDisksDefaultContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageRcmDisksDefaultContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmDisksDefaultContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageRcmDisksDefaultContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to