Get-AzVMUsage
Gets the virtual machine core count usage for a location.
Syntax
Get-AzVMUsage
[-Location] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzVMUsage cmdlet gets the virtual machine core count usage for a location.
Examples
Example 1: Get core count usage for a location
Get-AzVMUsage -Location "Central US"
This command gets the virtual machine core count usage for the location Central US.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Location
Specifies the location for which this cmdlet gets virtual machine core count usage.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |