< Back

Move-AzureRmMlCommitmentAssociation

Tue Jan 29, 2019 9:52 pm

NAME Move-AzureRmMlCommitmentAssociation



SYNOPSIS

Moves a commitment association from one commitment plan to another.





SYNTAX

Move-AzureRmMlCommitmentAssociation -CommitmentPlanName <String> [-DefaultProfile <IAzureContextContainer>] -DestinationPlanId <String> -Name

<String> -ResourceGroupName <String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Moves a commitment association resource from its parent commitment plan to another commitment plan.





PARAMETERS

-CommitmentPlanName <String>

The name of the Azure ML commitment plan.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DestinationPlanId <String>

The Azure resource ID of the destination Azure ML commitment plan.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

The name of the Azure ML commitment association.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

The name of the resource group for the Azure ML commitment association.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

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

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





NOTES





Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml



-------------------------- Example 1: Move a commitment association --------------------------



Get-AzureRmMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "SourceCommitmentPlanName" -Name

"MyCommitmentAssociationName" -DestinationPlanId

"/subscriptions/MySubscriptionId/resourceGroups/MyResourceGroup/providers/Microsoft.MachineLearning/commitmentPlans/DestinationCommitmentPlanName"











RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ssociation