Get-AzMLServiceQuota
Gets the currently assigned Workspace Quotas based on VMFamily.
Syntax
Get-AzMLServiceQuota
-Location <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets the currently assigned Workspace Quotas based on VMFamily.
Examples
Example 1: Gets the currently assigned Workspace Quotas based on VMFamily
Get-AzMLServiceQuota -Location eastus
AmlWorkspaceLocation Limit Unit
-------------------- ----- ----
100 Count
100 Count
100 Count
100 Count
100 Count
Gets the currently assigned Workspace Quotas based on VMFamily.
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