次の方法で共有


StorageAccount コンストラクター

定義

オーバーロード

StorageAccount()

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

StorageAccount(StorageAccountType, String, ResourceIdentity, String)

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

StorageAccount()

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

public StorageAccount ();
Public Sub New ()

適用対象

StorageAccount(StorageAccountType, String, ResourceIdentity, String)

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

public StorageAccount (Microsoft.Azure.Management.Media.Models.StorageAccountType type, string id = default, Microsoft.Azure.Management.Media.Models.ResourceIdentity identity = default, string status = default);
new Microsoft.Azure.Management.Media.Models.StorageAccount : Microsoft.Azure.Management.Media.Models.StorageAccountType * string * Microsoft.Azure.Management.Media.Models.ResourceIdentity * string -> Microsoft.Azure.Management.Media.Models.StorageAccount
Public Sub New (type As StorageAccountType, Optional id As String = Nothing, Optional identity As ResourceIdentity = Nothing, Optional status As String = Nothing)

パラメーター

type
StorageAccountType

ストレージ アカウントの種類。 使用可能な値は、'Primary'、'Secondary' です。

id
String

ストレージ アカウント リソースの ID。 Media Services はテーブルとキューと BLOB に依存するため、プライマリ ストレージ アカウントは Standard Storage アカウント (Microsoft.ClassicStorage または Microsoft.Storage) である必要があります。 BLOB のみのストレージ アカウントは、セカンダリ ストレージ アカウントとして追加できます。

identity
ResourceIdentity

ストレージ アカウント ID。

status
String

ストレージ アカウント マッピングの現在の状態。

適用対象