你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Export 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Export() | |
Export(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, String, Nullable<ExportState>, Nullable<Int32>, String, String, Nullable<DateTime>) |
Export()
public Export();
Public Sub New ()
适用于
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)
参数
- id
- String
- reportName
- String
- status
- Nullable<ExportState>
- resourceLocation
- String
- resourceFileExtension
- String