Dashboard Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Dashboard() | |
Dashboard(Guid, String, Nullable<Boolean>, String, IList<Tile>, String, SensitivityLabel) |
Dashboard()
public Dashboard ();
Public Sub New ()
S’applique à
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)
Paramètres
- id
- Guid
- displayName
- String
- embedUrl
- String
- dataClassification
- String
- sensitivityLabel
- SensitivityLabel
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET