< Back
Get-AzureRmMlCommitmentPlan
Post
NAME Get-AzureRmMlCommitmentPlan
SYNOPSIS
Retrieves the summary information for one or more commitment plans.
SYNTAX
Get-AzureRmMlCommitmentPlan [-DefaultProfile <IAzureContextContainer>] [-Name <String>] [-ResourceGroupName <String>] [<CommonParameters>]
DESCRIPTION
Retrieves commitment plan information. Depending on the paramenters passed, the cmdlet returns the a specific commitment plan, a collection of
commitment plans for a specified resource group within the current subscription, or a collection of commitment plans within the current
subscription.
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
-Name <String>
The name of the commitment plan.
Required? false
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? false
Position? named
Default value None
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: Get a specific commitment plan --------------------------
Get-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName"
-------------------------- Example 2: Get all commitment plan resources in current subscription --------------------------
Get-AzureRmMlCommitmentPlan
-------------------------- Example 3: Get all commitment plans in the current subscription and given resource group --------------------------
Get-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup"
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... itmentplan
SYNOPSIS
Retrieves the summary information for one or more commitment plans.
SYNTAX
Get-AzureRmMlCommitmentPlan [-DefaultProfile <IAzureContextContainer>] [-Name <String>] [-ResourceGroupName <String>] [<CommonParameters>]
DESCRIPTION
Retrieves commitment plan information. Depending on the paramenters passed, the cmdlet returns the a specific commitment plan, a collection of
commitment plans for a specified resource group within the current subscription, or a collection of commitment plans within the current
subscription.
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
-Name <String>
The name of the commitment plan.
Required? false
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? false
Position? named
Default value None
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: Get a specific commitment plan --------------------------
Get-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName"
-------------------------- Example 2: Get all commitment plan resources in current subscription --------------------------
Get-AzureRmMlCommitmentPlan
-------------------------- Example 3: Get all commitment plans in the current subscription and given resource group --------------------------
Get-AzureRmMlCommitmentPlan -ResourceGroupName "MyResourceGroup"
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... itmentplan