Dashboard Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- embedUrl
- String
- dataClassification
- String
- sensitivityLabel
- SensitivityLabel
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET