Dela via


Get-AzCognitiveServicesAccountSku

Hämtar tillgängliga SKU:er för ett konto.

Syntax

Get-AzCognitiveServicesAccountSku
   [-Type <String>]
   [-Location <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Cmdleten Get-AzCognitiveServicesAccountSku hämtar tillgängliga SKU:er för ett Cognitive Services-konto. SKU:n är nivåplanen för ett konto. Den definierar priset, anropsgränsen och priset för kontot. F0 SKU är en kostnadsfri nivå. Betalda nivåer inkluderar S0, S1, S2 och så vidare.

Exempel

Exempel 1

(Get-AzCognitiveServicesAccountSku -Type 'TextAnalytics' -Location "westus").Value | Select-Object -ExpandProperty Sku;

Name     Tier
----     ----
F0       Free
S0   Standard

Parametrar

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure

Typ:IAzureContextContainer
Alias:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Location

Cognitive Services-kontoplats.

Typ:String
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-Type

Cognitive Services-kontotyp.

Typ:String
Alias:CognitiveServicesAccountType, AccountType, Kind
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:True
Godkänn jokertecken:False

Indata

String

Utdata

ResourceSku