Partilhar via


PowerBiOutputDataSourceProperties Class

Definition

The properties that are associated with a Power BI output.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.PowerBiOutputDataSourcePropertiesTypeConverter))]
public class PowerBiOutputDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IPowerBiOutputDataSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.PowerBiOutputDataSourcePropertiesTypeConverter))>]
type PowerBiOutputDataSourceProperties = class
    interface IPowerBiOutputDataSourceProperties
    interface IJsonSerializable
    interface IOAuthBasedDataSourceProperties
    interface IValidates
Public Class PowerBiOutputDataSourceProperties
Implements IPowerBiOutputDataSourceProperties, IValidates
Inheritance
PowerBiOutputDataSourceProperties
Attributes
Implements

Constructors

PowerBiOutputDataSourceProperties()

Creates an new PowerBiOutputDataSourceProperties instance.

Properties

AuthenticationMode

Authentication Mode.

Dataset

The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.

GroupId

The ID of the Power BI group.

GroupName

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

RefreshToken

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

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

TokenUserDisplayName

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

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PowerBiOutputDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PowerBiOutputDataSourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IPowerBiOutputDataSourceProperties.

FromJsonString(String)

Creates a new instance of PowerBiOutputDataSourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PowerBiOutputDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to