Get-AzVMUsage
Gets the virtual machine core count usage for a location.
PowerShell
Get-AzVMUsage
[-Location] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
The Get-AzVMUsage cmdlet gets the virtual machine core count usage for a location.
PowerShell
PS C:\> Get-AzVMUsage -Location "Central US"
This command gets the virtual machine core count usage for the location Central US.
The credentials, account, tenant, and subscription used for communication with azure.
Type: | IAzureContextContainer |
Aliases: | AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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 |
None
This cmdlet does not accept any input.