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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET