Get-AzCostManagementExport
The operation to get the export for the defined scope by export name.
Syntax
Get-AzCostManagementExport
-Scope <String>
[-Expand <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCostManagementExport
-Name <String>
-Scope <String>
[-Expand <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCostManagementExport
-InputObject <ICostManagementIdentity>
[-Expand <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
The operation to get the export for the defined scope by export name.
Examples
Example 1: Get all AzCostManagementExports by scope
Get-AzCostManagementExport -Scope 'subscriptions/**********'
ETag Name Type
---- ---- ----
"************" TestExport Microsoft.CostManagement/exports
"************" TestExport1 Microsoft.CostManagement/exports
"************" TestExport2 Microsoft.CostManagement/exports
Get all AzCostManagementExports by Scope
Example 2: Get AzCostManagementExport by Name and scope
Get-AzCostManagementExport -Name 'TestExport' -Scope 'subscriptions/**********'
ETag Name Type
---- ---- ----
"************" TestExport Microsoft.CostManagement/exports
Get AzCostManagementExport by Name and scope
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Expand
May be used to expand the properties within an export. Currently only 'runHistory' is supported and will return information for the last 10 executions of the export.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | ICostManagementIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Export Name.
Type: | String |
Aliases: | ExportName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Scope
This parameter defines the scope of costmanagement from different perspectives 'Subscription','ResourceGroup' and 'Provide Service'.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |