< Back

Get-AzureRmMlCommitmentPlanUsageHistory

Tue Jan 29, 2019 9:52 pm

NAME Get-AzureRmMlCommitmentPlanUsageHistory



SYNOPSIS

Retrieves usage history information for a specified commitment plan.





SYNTAX

Get-AzureRmMlCommitmentPlanUsageHistory [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String> [<CommonParameters>]





DESCRIPTION

Retrieves usage history information for a specified commitment plan, including resources used and resources remaining within the plan.





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



<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.PlanUsageHistory[]







NOTES





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



-------------------------- Example 1: Get usage history for a specific commitment plan --------------------------



Get-AzureRmMlCommitmentPlanUsageHistory -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName"











RELATED LINKS

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