Resource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Resource() |
Resource クラスの新しいインスタンスを初期化します。 |
Resource(String, Sku, IDictionary<String,String>, ResourceIdentity) |
Resource クラスの新しいインスタンスを初期化します。 |
Resource()
Resource クラスの新しいインスタンスを初期化します。
public Resource ();
Public Sub New ()
適用対象
Resource(String, Sku, IDictionary<String,String>, ResourceIdentity)
Resource クラスの新しいインスタンスを初期化します。
public Resource (string location, Microsoft.Azure.Management.DataBox.Models.Sku sku, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataBox.Models.ResourceIdentity identity = default);
new Microsoft.Azure.Management.DataBox.Models.Resource : string * Microsoft.Azure.Management.DataBox.Models.Sku * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataBox.Models.ResourceIdentity -> Microsoft.Azure.Management.DataBox.Models.Resource
Public Sub New (location As String, sku As Sku, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceIdentity = Nothing)
パラメーター
- location
- String
リソースの場所。 これは、サポートおよび登録されている Azure リージョン (米国西部、米国東部、東南アジアなど) の 1 つになります。 リソースのリージョンは、作成後は変更できませんが、更新時に同じリージョンが指定されている場合、要求は成功します。
- sku
- Sku
SKU の種類。
- tags
- IDictionary<String,String>
リソースを記述するキー値ペアの一覧。 これらのタグはリソース グループをまたがってこのリソースを表示およびグループ化する際に使用できます。
- identity
- ResourceIdentity
リソースの MSI ID
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET