次の方法で共有


Workspace コンストラクター

定義

オーバーロード

Workspace()

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

Workspace(String, String, String, Object)

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

Workspace()

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

public Workspace ();
Public Sub New ()

適用対象

Workspace(String, String, String, Object)

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

public Workspace (string id = default, string name = default, string type = default, object properties = default);
new Microsoft.Azure.Management.PowerBIEmbedded.Models.Workspace : string * string * string * obj -> Microsoft.Azure.Management.PowerBIEmbedded.Models.Workspace
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As Object = Nothing)

パラメーター

id
String
name
String
type
String
properties
Object

適用対象