次の方法で共有


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>

共有レベルごとの暗号化されていないアクセス資格情報。

適用対象