Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 2.33 KB

Get-AzMlCommitmentPlanUsageHistory.md

File metadata and controls

91 lines (67 loc) · 2.33 KB
external help file Module Name online version schema
Microsoft.Azure.PowerShell.Cmdlets.MachineLearning.dll-Help.xml
Az.MachineLearning
2.0.0

Get-AzMlCommitmentPlanUsageHistory

SYNOPSIS

Retrieves usage history information for a specified commitment plan.

SYNTAX

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

DESCRIPTION

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

EXAMPLES

Example 1: Get usage history for a specific commitment plan

Get-AzMlCommitmentPlanUsageHistory -ResourceGroupName "MyResourceGroup" -Name "MyCommitmentPlanName"

PARAMETERS

-DefaultProfile

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

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzContext, AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

The name of the Azure ML commitment plan.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

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

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

Microsoft.Azure.Management.MachineLearning.CommitmentPlans.Models.PlanUsageHistory

NOTES

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

RELATED LINKS