你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataAccountDetails Class

Definition

Account details of the data to be transferred

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataAccountDetailsTypeConverter))]
public class DataAccountDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataAccountDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataAccountDetailsTypeConverter))>]
type DataAccountDetails = class
    interface IDataAccountDetails
    interface IJsonSerializable
Public Class DataAccountDetails
Implements IDataAccountDetails
Inheritance
DataAccountDetails
Attributes
Implements

Constructors

DataAccountDetails()

Creates an new DataAccountDetails instance.

Properties

DataAccountType

Account Type of the data to be transferred.

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataAccountDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataAccountDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataAccountDetails. Note: the Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataAccountDetails interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataAccountDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to