Freigeben über


IPowerBiOutputDataSource.Table Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="table", Update=true)]
public string Table { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="table", Update=true)>]
member this.Table : string with get, set
Public Property Table As String

Property Value

Attributes

Applies to