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

AccountCredentialDetails 构造函数

定义

重载

AccountCredentialDetails()

初始化 AccountCredentialDetails 类的新实例。

AccountCredentialDetails(String, Nullable<DataAccountType>, String, IList<ShareCredentialDetails>)

初始化 AccountCredentialDetails 类的新实例。

AccountCredentialDetails()

初始化 AccountCredentialDetails 类的新实例。

public AccountCredentialDetails ();
Public Sub New ()

适用于

AccountCredentialDetails(String, Nullable<DataAccountType>, String, IList<ShareCredentialDetails>)

初始化 AccountCredentialDetails 类的新实例。

public AccountCredentialDetails (string accountName = default, Microsoft.Azure.Management.DataBox.Models.DataAccountType? dataAccountType = default, string accountConnectionString = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ShareCredentialDetails> shareCredentialDetails = default);
new Microsoft.Azure.Management.DataBox.Models.AccountCredentialDetails : string * Nullable<Microsoft.Azure.Management.DataBox.Models.DataAccountType> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ShareCredentialDetails> -> Microsoft.Azure.Management.DataBox.Models.AccountCredentialDetails
Public Sub New (Optional accountName As String = Nothing, Optional dataAccountType As Nullable(Of DataAccountType) = Nothing, Optional accountConnectionString As String = Nothing, Optional shareCredentialDetails As IList(Of ShareCredentialDetails) = Nothing)

参数

accountName
String

帐户的名称。

dataAccountType
Nullable<DataAccountType>

帐户的类型。 可能的值包括:“StorageAccount”、“ManagedDisk”

accountConnectionString
String

帐户终结点的连接字符串,用于将帐户用作设备上的存储终结点。

shareCredentialDetails
IList<ShareCredentialDetails>

按共享级别未加密的访问凭据。

适用于