PowerBIOutputDataSource Class

Definition

Describes a Power BI output data source.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("PowerBI")]
public class PowerBIOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("PowerBI")>]
type PowerBIOutputDataSource = class
    inherit OutputDataSource
Public Class PowerBIOutputDataSource
Inherits OutputDataSource
Inheritance
PowerBIOutputDataSource
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

PowerBIOutputDataSource()

Initializes a new instance of the PowerBIOutputDataSource class.

PowerBIOutputDataSource(String, String, String, String, String, String, String, String)

Initializes a new instance of the PowerBIOutputDataSource class.

Properties

AuthenticationMode

Gets or sets authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'

Dataset

Gets or sets the name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.

GroupId

Gets or sets the ID of the Power BI group.

GroupName

Gets or sets the name of the Power BI group. Use this property to help remember which specific Power BI group id was used.

RefreshToken

Gets or sets a refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.

Table

Gets or sets the name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.

TokenUserDisplayName

Gets or sets the user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.

TokenUserPrincipalName

Gets or sets the user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.

Applies to