< Back

Get-AzureRmCognitiveServicesAccountSkus

Thu Apr 04, 2019 5:39 am

NAME Get-AzureRmCognitiveServicesAccountSkus



SYNOPSIS

Gets the available SKUs for an account.





SYNTAX

Get-AzureRmCognitiveServicesAccountSkus [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmCognitiveServicesAccountSkus cmdlet gets the available SKUs for a Cognitive Services account.



The SKU is the tier plan for an account. It defines the price, call limit, and rate for the account. The F0 SKU is a free tier. Paid tiers include

S0, S1, S2, and so on.





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



-Name <String>

Specifies the name of the account.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group the account is assigned to.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

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

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesSkus







NOTES









1:















RELATED LINKS

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