次の方法で共有


ResourceNamespacePatch コンストラクター

定義

オーバーロード

ResourceNamespacePatch()

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

ResourceNamespacePatch(String, String, String, IDictionary<String,String>)

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

ResourceNamespacePatch()

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

public ResourceNamespacePatch ();
Public Sub New ()

適用対象

ResourceNamespacePatch(String, String, String, IDictionary<String,String>)

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

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

パラメーター

id
String

リソース ID

name
String

リソース名

type
String

リソースの種類

tags
IDictionary<String,String>

リソース タグ

適用対象