次の方法で共有


AzureStorageInfo クラス

定義

Azure Blob Storage アカウントの StorageAccountName、StorageAccountKey、StorageContainer を取得または設定します。

public class AzureStorageInfo : Microsoft.Azure.Management.HDInsight.Models.StorageInfo
type AzureStorageInfo = class
    inherit StorageInfo
Public Class AzureStorageInfo
Inherits StorageInfo
継承
AzureStorageInfo

コンストラクター

AzureStorageInfo(String, String, String)

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

プロパティ

StorageAccountKey

アカウント キー Azure Blob Storage取得します。

StorageAccountName

完全修飾ストレージ アカウント名

(継承元 StorageInfo)
StorageContainer

コンテナー Azure Blob Storage取得します。

適用対象