次の方法で共有


Resource コンストラクター

定義

オーバーロード

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

適用対象