共用方式為


Remove-AzMlCommitmentPlan

刪除承諾用量方案。

語法

Remove-AzMlCommitmentPlan
      -ResourceGroupName <String>
      -Name <String>
      [-Force]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AzMlCommitmentPlan
      -MlCommitmentPlan <CommitmentPlan>
      [-Force]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

刪除 Azure Machine Learning 承諾用量方案。 請注意,無法刪除具有承諾關聯的承諾用量方案。 承諾關聯只能由其目標資源刪除。 例如,如果您刪除 Azure Machine Learning Web 服務,也會刪除將 Web 服務與承諾用量方案建立關聯的承諾用量關聯。

範例

範例 1:刪除承諾用量方案

Remove-AzMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName"

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

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

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

-Force

請勿要求確認。

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

-MlCommitmentPlan

機器學習 Web 服務物件。

類型:Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Name

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

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

-ResourceGroupName

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

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

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.CommitmentPlan

輸出

Void

備註

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