次の方法で共有


PatchObject コンストラクター

定義

オーバーロード

PatchObject()

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

PatchObject(IDictionary<String,String>)

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

PatchObject()

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

public PatchObject ();
Public Sub New ()

適用対象

PatchObject(IDictionary<String,String>)

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

public PatchObject (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Network.Models.PatchObject : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Network.Models.PatchObject
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

tags
IDictionary<String,String>

リソース タグ。

適用対象