< Back
Update-AzureRmMlCommitmentPlan
Post
NAME Update-AzureRmMlCommitmentPlan
SYNOPSIS
Updates properties of an existing commitment plan resource.
SYNTAX
Update-AzureRmMlCommitmentPlan [-DefaultProfile <IAzureContextContainer>] [-Force] -Name <String> -ResourceGroupName <String> [-SkuCapacity
<Int32>] -SkuName <String> -SkuTier <String> [-Tag <Hashtable>] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Updates an existing commitment plan resource. Note that most properties of the commitment plan are immutable and cannot be modified. Properties
which can be modified include Sku (allowing you to migrate the commitment plan from one SKU to another) and Tags.
PARAMETERS
-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
-Force [<SwitchParameter>]
Do not ask for confirmation.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
The name of the Azure ML commitment plan.
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 plan.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SkuCapacity <Int32>
The capacity of the SKU to use when updating the Azure ML commitment plan.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SkuName <String>
The name of the SKU to use when updating the Azure ML commitment plan.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SkuTier <String>
The tier of the SKU to use when updating the Azure ML commitment plan.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Tag <Hashtable>
Tags for the commitment plan resource.
Required? false
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
NOTES
Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml
Example 1: Update a commitment plan
Update-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName" -Tags @{'MyTagKey'='MyTagValue'}
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... itmentplan
SYNOPSIS
Updates properties of an existing commitment plan resource.
SYNTAX
Update-AzureRmMlCommitmentPlan [-DefaultProfile <IAzureContextContainer>] [-Force] -Name <String> -ResourceGroupName <String> [-SkuCapacity
<Int32>] -SkuName <String> -SkuTier <String> [-Tag <Hashtable>] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Updates an existing commitment plan resource. Note that most properties of the commitment plan are immutable and cannot be modified. Properties
which can be modified include Sku (allowing you to migrate the commitment plan from one SKU to another) and Tags.
PARAMETERS
-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
-Force [<SwitchParameter>]
Do not ask for confirmation.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
The name of the Azure ML commitment plan.
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 plan.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SkuCapacity <Int32>
The capacity of the SKU to use when updating the Azure ML commitment plan.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SkuName <String>
The name of the SKU to use when updating the Azure ML commitment plan.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SkuTier <String>
The tier of the SKU to use when updating the Azure ML commitment plan.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Tag <Hashtable>
Tags for the commitment plan resource.
Required? false
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
NOTES
Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml
Example 1: Update a commitment plan
Update-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName" -Tags @{'MyTagKey'='MyTagValue'}
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... itmentplan