Get-AzureRoleSize

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get-AzureRoleSize

Get the role size information for the current subscription.

Syntax

Parameter Set: Default
Get-AzureRoleSize [[-InstanceSize] <String> ] [ <CommonParameters>]

Detailed Description

Get the role size information for the current subscription.

Parameters

-InstanceSize<String>

The role size name, e.g. ExtraSmall, Small, Large, ExtraLarge, A5, A6, A7, etc.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see  about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

C:\PS>Get-AzureRoleSize
InstanceSize               : A6
RoleSizeLabel :
Cores : 4
MemoryInMb : 28672
SupportedByWebWorkerRoles : True
SupportedByVirtualMachines : True
OperationDescription : Get-AzureRoleSize
OperationId : c5ed7b3a-03b3-548d-876b-6688c5b29cce
OperationStatus : Succeeded

InstanceSize : A7
RoleSizeLabel :
Cores : 8
MemoryInMb : 57344
SupportedByWebWorkerRoles : True
SupportedByVirtualMachines : True
OperationDescription : Get-AzureRoleSize
OperationId : c5ed7b3a-03b3-548d-876b-6688c5b29cce
OperationStatus : Succeeded

-------------------------- EXAMPLE 2 --------------------------

Description

-----------

C:\PS>Get-AzureRoleSize -InstanceSize A7
InstanceSize               : A7
RoleSizeLabel :
Cores : 8
MemoryInMb : 57344
SupportedByWebWorkerRoles : True
SupportedByVirtualMachines : True
OperationDescription : Get-AzureRoleSize
OperationId : c5ed7b3a-03b3-548d-876b-6688c5b29cce
OperationStatus : Succeeded

-------------------------- EXAMPLE 3 --------------------------

Description

-----------

C:\PS>Get-AzureService | Get-AzureVM | Get-AzureRoleSize
# Output of the role size information for all VMs in all the cloud services