次の方法で共有


WorkspacePatchResource コンストラクター

定義

オーバーロード

WorkspacePatchResource()

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

WorkspacePatchResource(IDictionary<String,String>)

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

WorkspacePatchResource()

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

public WorkspacePatchResource();
Public Sub New ()

適用対象

WorkspacePatchResource(IDictionary<String,String>)

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

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

パラメーター

tags
IDictionary<String,String>

リソース タグ。

適用対象