Dashboard Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Dashboard() | |
Dashboard(Guid, String, Nullable<Boolean>, String, IList<Tile>, String, SensitivityLabel) |
Dashboard()
public Dashboard ();
Public Sub New ()
Se aplica 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
- embedUrl
- String
- dataClassification
- String
- sensitivityLabel
- SensitivityLabel
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET