CostManagementExtensions.GetCostManagementExport Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 static Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource> GetCostManagementExport (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string exportName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetCostManagementExport : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.CostManagementExportResource>
<Extension()>
Public Function GetCostManagementExport (client As ArmClient, 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
client
or exportName
is null.
exportName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET