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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure PowerShell