Share via


MockableCostManagementArmClient.GetCostManagementExportAsync Method

Definition

The operation to get the export for the defined scope by export name.

  • Request Path: /{scope}/providers/Microsoft.CostManagement/exports/{exportName}
  • Operation Id: Exports_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>> GetCostManagementExportAsync (Azure.Core.ResourceIdentifier scope, string exportName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCostManagementExportAsync : Azure.Core.ResourceIdentifier * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>>
override this.GetCostManagementExportAsync : Azure.Core.ResourceIdentifier * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>>
Public Overridable Function GetCostManagementExportAsync (scope As ResourceIdentifier, exportName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CostManagementExportResource))

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

exportName
String

Export Name.

expand
String

May be used to expand the properties within an export. Currently only 'runHistory' is supported and will return information for the last 10 runs of the export.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

exportName is null.

exportName is an empty string, and was expected to be non-empty.

Applies to