Export 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
Export() | |
Export(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, String, Nullable<ExportState>, Nullable<Int32>, String, String, Nullable<DateTime>) |
Export()
public Export ();
Public Sub New ()
Applies to
Export(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, String, Nullable<ExportState>, Nullable<Int32>, String, String, Nullable<DateTime>)
public Export (string id = default, DateTime? createdDateTime = default, DateTime? lastActionDateTime = default, Guid? reportId = default, string reportName = default, Microsoft.PowerBI.Api.Models.ExportState? status = default, int? percentComplete = default, string resourceLocation = default, string resourceFileExtension = default, DateTime? expirationTime = default);
new Microsoft.PowerBI.Api.Models.Export : string * Nullable<DateTime> * Nullable<DateTime> * Nullable<Guid> * string * Nullable<Microsoft.PowerBI.Api.Models.ExportState> * Nullable<int> * string * string * Nullable<DateTime> -> Microsoft.PowerBI.Api.Models.Export
Public Sub New (Optional id As String = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional lastActionDateTime As Nullable(Of DateTime) = Nothing, Optional reportId As Nullable(Of Guid) = Nothing, Optional reportName As String = Nothing, Optional status As Nullable(Of ExportState) = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional resourceLocation As String = Nothing, Optional resourceFileExtension As String = Nothing, Optional expirationTime As Nullable(Of DateTime) = Nothing)
Parameters
- id
- String
- reportName
- String
- status
- Nullable<ExportState>
- resourceLocation
- String
- resourceFileExtension
- 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