WorkspaceInfo 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
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 ()
S’applique à
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)
Paramètres
- id
- Guid
- name
- String
- description
- String
- type
- String
- state
- String
- dataRetrievalState
- String
- capacityId
- String
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