StorageAccountItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
StorageAccountItem() |
StorageAccountItem クラスの新しいインスタンスを初期化します。 |
StorageAccountItem(String, String, StorageAccountAttributes, IDictionary<String,String>) |
StorageAccountItem クラスの新しいインスタンスを初期化します。 |
StorageAccountItem()
StorageAccountItem クラスの新しいインスタンスを初期化します。
public StorageAccountItem ();
Public Sub New ()
適用対象
StorageAccountItem(String, String, StorageAccountAttributes, IDictionary<String,String>)
StorageAccountItem クラスの新しいインスタンスを初期化します。
public StorageAccountItem (string id = default, string resourceId = default, Microsoft.Azure.KeyVault.Models.StorageAccountAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.KeyVault.Models.StorageAccountItem : string * string * Microsoft.Azure.KeyVault.Models.StorageAccountAttributes * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.KeyVault.Models.StorageAccountItem
Public Sub New (Optional id As String = Nothing, Optional resourceId As String = Nothing, Optional attributes As StorageAccountAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
パラメーター
- id
- String
ストレージ識別子。
- resourceId
- String
ストレージ アカウントのリソース ID。
- attributes
- StorageAccountAttributes
ストレージ アカウント管理属性。
- tags
- IDictionary<String,String>
キーと値のペアの形式による、アプリケーション固有のメタデータ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET