次の方法で共有


AccountCredentialDetails クラス

定義

アカウントの資格情報の詳細。

public class AccountCredentialDetails
type AccountCredentialDetails = class
Public Class AccountCredentialDetails
継承
AccountCredentialDetails

コンストラクター

AccountCredentialDetails()

AccountCredentialDetails クラスの新しいインスタンスを初期化します。

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

AccountCredentialDetails クラスの新しいインスタンスを初期化します。

プロパティ

AccountConnectionString

デバイス上のストレージ エンドポイントとしてアカウントを使用するアカウント エンドポイントの接続文字列を取得します。

AccountName

アカウントの名前を取得します。

DataAccountType

アカウントの種類を取得します。 使用可能な値は、'StorageAccount'、'ManagedDisk' です。

ShareCredentialDetails

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

適用対象