次の方法で共有


Resource コンストラクター

定義

オーバーロード

Resource()

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

Resource(String, String, String, String, ExtendedLocation, IDictionary<String,String>)

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

Resource()

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

public Resource ();
Public Sub New ()

適用対象

Resource(String, String, String, String, ExtendedLocation, IDictionary<String,String>)

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

public Resource (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation extendedLocation = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.Resource : string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.Resource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

id
String

Resource ID

name
String

リソース名

type
String

リソースの種類

location
String

リソースの場所

extendedLocation
ExtendedLocation

リソースの拡張場所。

tags
IDictionary<String,String>

リソース タグ

適用対象