次の方法で共有


CostManagementExportResource.GetAsync(String, CancellationToken) メソッド

定義

定義されたスコープのエクスポートをエクスポート名で取得する操作。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/exports/{exportName}
  • 操作IdExports_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>> GetAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>>
Public Overridable Function GetAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CostManagementExportResource))

パラメーター

expand
String

エクスポート内のプロパティを展開するために使用できます。 現在、'runHistory' のみがサポートされており、エクスポートの最後の 10 回の実行に関する情報が返されます。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象