< Back

Get-AzureRmMlCommitmentAssociation

Tue Jan 29, 2019 9:52 pm

NAME Get-AzureRmMlCommitmentAssociation



SYNOPSIS

Retrieves the summary information for one or more commitment associations.





SYNTAX

Get-AzureRmMlCommitmentAssociation -CommitmentPlanName <String> [-DefaultProfile <IAzureContextContainer>] [-Name <String>] -ResourceGroupName

<String> [<CommonParameters>]





DESCRIPTION

Retrieves commitment association information. Depending on the paramenters passed, the cmdlet returns a specific commitment association or a

collection of commitment associations for the specified commitment plan.





PARAMETERS

-CommitmentPlanName <String>

The name of the Azure ML commitment plan which has one or more commitment associations.



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



-Name <String>

The name of the Azure ML commitment association.



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 association.



Required? true

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 association --------------------------



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

"MyCommitmentAssociationName"









-------------------------- Example 2: Get all commitment associations for the specified commitment plan --------------------------



Get-AzureRmMlCommitmentAssociation -ResourceGroupName "MyResourceGroup" -CommitmentPlanName "MyCommitmentPlanName"











RELATED LINKS

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