Share via


ManagedDiskDetails Class

Definition

Details of the managed disks.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ManagedDiskDetailsTypeConverter))]
public class ManagedDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IManagedDiskDetails, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ManagedDiskDetailsTypeConverter))>]
type ManagedDiskDetails = class
    interface IManagedDiskDetails
    interface IJsonSerializable
    interface IDataAccountDetails
    interface IValidates
Public Class ManagedDiskDetails
Implements IManagedDiskDetails, IValidates
Inheritance
ManagedDiskDetails
Attributes
Implements

Constructors

ManagedDiskDetails()

Creates an new ManagedDiskDetails instance.

Properties

DataAccountType

Account Type of the data to be transferred.

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 : @#-$%^!+=;:_()]+

StagingStorageAccountId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedDiskDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedDiskDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IManagedDiskDetails.

FromJsonString(String)

Creates a new instance of ManagedDiskDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedDiskDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to