Get-AzMLServiceUsage
Gets the current usage information as well as limits for AML resources for given subscription and location.
Syntax
Get-AzMLServiceUsage
-Location <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets the current usage information as well as limits for AML resources for given subscription and location.
Examples
Example 1: Gets the current usage information as well as limits for AML resources for given subscription and location
Get-AzMLServiceUsage -Location eastus
AmlWorkspaceLocation CurrentValue Limit Unit
-------------------- ------------ ----- ----
9 200 Count
8 100 Count
0 100 Count
Gets the current usage information as well as limits for AML resources for given subscription and location.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Location
The location for which resource usage is queried.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell