CostManagementExtensions.GetCostManagementExportAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
定義されたスコープのエクスポートをエクスポート名で取得する操作。
- 要求パス/{scope}/providers/Microsoft.CostManagement/exports/{exportName}
- 操作IdExports_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>> GetCostManagementExportAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string exportName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetCostManagementExportAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>>
<Extension()>
Public Function GetCostManagementExportAsync (client As ArmClient, scope As ResourceIdentifier, exportName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CostManagementExportResource))
パラメーター
- scope
- ResourceIdentifier
リソースが適用するスコープ。
- exportName
- String
エクスポート名。
- expand
- String
エクスポート内のプロパティを展開するために使用できます。 現在、'runHistory' のみがサポートされており、エクスポートの最後の 10 回の実行に関する情報が返されます。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
exportName
は空の文字列であり、空でないと想定されていました。
exportName
が null です。