Share via


ManagedDiskDetails Class

Definition

Details of the managed disks.

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

Constructors

ManagedDiskDetails(ResourceIdentifier, ResourceIdentifier)

Initializes a new instance of ManagedDiskDetails.

Properties

ResourceGroupId

Resource Group Id of the compute disks.

SharePassword

Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+.

(Inherited from DataAccountDetails)
StagingStorageAccountId

Resource Id of the storage account that can be used to copy the vhd for staging.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataAccountDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataAccountDetails)
IJsonModel<ManagedDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataAccountDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataAccountDetails)
IPersistableModel<ManagedDiskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedDiskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to