Partilhar via


Dashboard Construtores

Definição

Sobrecargas

Dashboard()
Dashboard(Guid, String, Nullable<Boolean>, String, IList<Tile>, String, SensitivityLabel)

Dashboard()

public Dashboard ();
Public Sub New ()

Aplica-se a

Dashboard(Guid, String, Nullable<Boolean>, String, IList<Tile>, String, SensitivityLabel)

public Dashboard (Guid id, string displayName = default, bool? isReadOnly = default, string embedUrl = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Tile> tiles = default, string dataClassification = default, Microsoft.PowerBI.Api.Models.SensitivityLabel sensitivityLabel = default);
new Microsoft.PowerBI.Api.Models.Dashboard : Guid * string * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Tile> * string * Microsoft.PowerBI.Api.Models.SensitivityLabel -> Microsoft.PowerBI.Api.Models.Dashboard
Public Sub New (id As Guid, Optional displayName As String = Nothing, Optional isReadOnly As Nullable(Of Boolean) = Nothing, Optional embedUrl As String = Nothing, Optional tiles As IList(Of Tile) = Nothing, Optional dataClassification As String = Nothing, Optional sensitivityLabel As SensitivityLabel = Nothing)

Parâmetros

id
Guid
displayName
String
isReadOnly
Nullable<Boolean>
embedUrl
String
tiles
IList<Tile>
dataClassification
String
sensitivityLabel
SensitivityLabel

Aplica-se a