Partager via


CloneReportRequest Constructeurs

Définition

Surcharges

CloneReportRequest()
CloneReportRequest(String, Nullable<Guid>, String)

CloneReportRequest()

public CloneReportRequest ();
Public Sub New ()

S’applique à

CloneReportRequest(String, Nullable<Guid>, String)

public CloneReportRequest (string name, Guid? targetWorkspaceId = default, string targetModelId = default);
new Microsoft.PowerBI.Api.Models.CloneReportRequest : string * Nullable<Guid> * string -> Microsoft.PowerBI.Api.Models.CloneReportRequest
Public Sub New (name As String, Optional targetWorkspaceId As Nullable(Of Guid) = Nothing, Optional targetModelId As String = Nothing)

Paramètres

name
String
targetWorkspaceId
Nullable<Guid>
targetModelId
String

S’applique à