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

IStorageAccountDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.StorageAccountDetailsTypeConverter))]
public interface IStorageAccountDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataAccountDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.StorageAccountDetailsTypeConverter))>]
type IStorageAccountDetails = interface
    interface IJsonSerializable
    interface IDataAccountDetails
Public Interface IStorageAccountDetails
Implements IDataAccountDetails
Derived
Attributes
Implements

Properties

DataAccountType

Account Type of the data to be transferred.

(Inherited from IDataAccountDetails)
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 IDataAccountDetails)
StorageAccountId

Storage Account Resource Id.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to