AccountCredentialDetails コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
共有レベルごとの暗号化されていないアクセス資格情報。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET