< Back

Get-AzureRmComputeResourceSku

Tue Jan 29, 2019 9:37 pm

NAME Get-AzureRmComputeResourceSku



SYNOPSIS

List all compute resource Skus





SYNTAX

Get-AzureRmComputeResourceSku [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

List all compute resource Skus





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









Example 1



PS C:\\> PS C:\\> Get-AzureRmComputeResourceSku | where {$_.Locations.Contains("westus")};



List all compute resource skus in West US region







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... esourcesku