Bagikan melalui


MockableCostManagementArmClient.GetCostManagementExport 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 Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource> GetCostManagementExport (Azure.Core.ResourceIdentifier scope, string exportName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCostManagementExport : Azure.Core.ResourceIdentifier * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>
override this.GetCostManagementExport : Azure.Core.ResourceIdentifier * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>
Public Overridable Function GetCostManagementExport (scope As ResourceIdentifier, exportName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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