Show / Hide Table of Contents

Class PowerBIWorkspaceLinkedService

Power BI Workspace linked service.

Inheritance
System.Object
LinkedService
PowerBIWorkspaceLinkedService
Inherited Members
LinkedService.AdditionalProperties
LinkedService.Annotations
LinkedService.ConnectVia
LinkedService.Description
LinkedService.Parameters
LinkedService.Version
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

workspaceId or tenantId is null.

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

Back to top Azure SDK for .NET