Dashboard Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Dashboard() | |
Dashboard(Guid, String, Nullable<Boolean>, String, IList<Tile>, String, SensitivityLabel) |
Dashboard()
public Dashboard ();
Public Sub New ()
Applies to
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)
Parameters
- id
- Guid
- displayName
- String
- embedUrl
- String
- dataClassification
- String
- sensitivityLabel
- SensitivityLabel
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET