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