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
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET