Class PowerBIWorkspaceLinkedService
Power BI Workspace linked service.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PowerBIWorkspaceLinkedService/PowerBIWorkspaceLinkedServiceConverter))]
public class PowerBIWorkspaceLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
Constructors
PowerBIWorkspaceLinkedService(String, String)
Initializes a new instance of PowerBIWorkspaceLinkedService.
Declaration
public PowerBIWorkspaceLinkedService (string workspaceId, string tenantId);
Parameters
|
System.String
workspaceId
The Power BI workspace id. |
|
System.String
tenantId
The tenant id to which the Power BI workspace belongs. |
Exceptions
|
System.ArgumentNullException
|
Properties
TenantId
The tenant id to which the Power BI workspace belongs.
Declaration
public string TenantId { get; set; }
Property Value
|
System.String
|
WorkspaceId
The Power BI workspace id.
Declaration
public string WorkspaceId { get; set; }
Property Value
|
System.String
|