次の方法で共有


Resource コンストラクター

定義

オーバーロード

Resource()

Azure リソースの共有プロパティを定義します。

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

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

Resource()

Azure リソースの共有プロパティを定義します。

public Resource ();
Public Sub New ()

適用対象

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

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

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

パラメーター

location
String
id
String
name
String
type
String

適用対象