Get-AzCostManagementExport
依匯出名稱取得所定義範圍導出的作業。
語法
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
依匯出名稱取得所定義範圍導出的作業。
範例
範例 1:依範圍取得所有 AzCostManagementExports
Get-AzCostManagementExport -Scope 'subscriptions/**********'
ETag Name Type
---- ---- ----
"************" TestExport Microsoft.CostManagement/exports
"************" TestExport1 Microsoft.CostManagement/exports
"************" TestExport2 Microsoft.CostManagement/exports
依範圍取得所有 AzCostManagementExports
範例 2:依名稱和範圍取得 AzCostManagementExport
Get-AzCostManagementExport -Name 'TestExport' -Scope 'subscriptions/**********'
ETag Name Type
---- ---- ----
"************" TestExport Microsoft.CostManagement/exports
依名稱和範圍取得 AzCostManagementExport
參數
-DefaultProfile
DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Expand
可用來展開導出內的屬性。 目前僅支援 『runHistory』,且會傳回最後 10 次匯出執行的資訊。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
類型: | ICostManagementIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
匯出名稱。
類型: | String |
別名: | ExportName |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Scope
此參數會從不同的檢視方塊 'Subscription'、'ResourceGroup' 和 'Provide Service' 定義 costmanagement 的範圍。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |