共用方式為


Get-AzMlCommitmentPlanUsageHistory

擷取指定承諾用量方案的使用量歷程記錄資訊。

語法

Get-AzMlCommitmentPlanUsageHistory
   -ResourceGroupName <String>
   -Name <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

擷取指定承諾用量方案的使用量歷程記錄資訊,包括使用的資源,以及計劃中剩餘的資源。

範例

範例 1:取得特定承諾用量方案的使用量歷程記錄

Get-AzMlCommitmentPlanUsageHistory -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName"

參數

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

Azure ML 承諾用量方案的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

Azure ML 承諾用量方案的資源群組名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory

備註

關鍵詞:azure、azurerm、arm、resource、management、manager、machine、machine learning、azureml