Partilhar via


CloneReportRequest Constructors

Definition

Overloads

CloneReportRequest()

public CloneReportRequest();
Public Sub New ()

Applies to

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)

Parameters

name
String
targetWorkspaceId
Nullable<Guid>
targetModelId
String

Applies to