WorkspaceInfo 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
WorkspaceInfo() | |
WorkspaceInfo(Guid, String, String, String, String, String, Nullable<Boolean>, String, IList<Report>, IList<Dashboard>, IList<Dataset>, IList<Dataflow>) |
WorkspaceInfo()
public WorkspaceInfo ();
Public Sub New ()
Aplica-se a
WorkspaceInfo(Guid, String, String, String, String, String, Nullable<Boolean>, String, IList<Report>, IList<Dashboard>, IList<Dataset>, IList<Dataflow>)
public WorkspaceInfo (Guid id, string name = default, string description = default, string type = default, string state = default, string dataRetrievalState = default, bool? isOnDedicatedCapacity = default, string capacityId = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Report> reports = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dashboard> dashboards = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataset> datasets = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataflow> dataflows = default);
new Microsoft.PowerBI.Api.Models.WorkspaceInfo : Guid * string * string * string * string * string * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Report> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dashboard> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataset> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Dataflow> -> Microsoft.PowerBI.Api.Models.WorkspaceInfo
Public Sub New (id As Guid, Optional name As String = Nothing, Optional description As String = Nothing, Optional type As String = Nothing, Optional state As String = Nothing, Optional dataRetrievalState As String = Nothing, Optional isOnDedicatedCapacity As Nullable(Of Boolean) = Nothing, Optional capacityId As String = Nothing, Optional reports As IList(Of Report) = Nothing, Optional dashboards As IList(Of Dashboard) = Nothing, Optional datasets As IList(Of Dataset) = Nothing, Optional dataflows As IList(Of Dataflow) = Nothing)
Parâmetros
- id
- Guid
- name
- String
- description
- String
- type
- String
- state
- String
- dataRetrievalState
- String
- capacityId
- String
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