共用方式為


Move-AzMlCommitmentAssociation

將承諾關聯從一個承諾計劃移到另一個。

語法

Move-AzMlCommitmentAssociation
    -ResourceGroupName <String>
    -CommitmentPlanName <String>
    -Name <String>
    -DestinationPlanId <String>
    [-DefaultProfile <IAzureContextContainer>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

將承諾關聯資源從其父承諾計劃移至另一個承諾方案。

範例

範例 1:移動承諾用量關聯

Move-AzMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "SourceCommitmentPlanName" -Name "MyCommitmentAssociationName" -DestinationPlanId "/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.MachineLearning/commitmentPlans/DestinationCommitmentPlanName"

參數

-CommitmentPlanName

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

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

-Confirm

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

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

-DefaultProfile

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

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

-DestinationPlanId

目的地 Azure ML 承諾用量方案的 Azure 資源識別碼。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元: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

輸入

None

輸出

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

備註

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