你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |