次の方法で共有


UpdateWorkspaceCollectionRequest コンストラクター

定義

オーバーロード

UpdateWorkspaceCollectionRequest()

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

UpdateWorkspaceCollectionRequest(IDictionary<String,String>)

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

UpdateWorkspaceCollectionRequest()

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

public UpdateWorkspaceCollectionRequest ();
Public Sub New ()

適用対象

UpdateWorkspaceCollectionRequest(IDictionary<String,String>)

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

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

パラメーター

適用対象