CloneReportRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CloneReportRequest() | |
CloneReportRequest(String, Nullable<Guid>, String) |
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
- targetModelId
- String
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET