Delen via


Get-AzCognitiveServicesAccountSku

Hiermee haalt u de beschikbare SKU's voor een account op.

Syntaxis

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

Description

De Get-AzCognitiveServicesAccountSku cmdlet haalt de beschikbare SKU's voor een Cognitive Services-account op. De SKU is het laagabonnement voor een account. Hiermee definieert u de prijs, oproeplimiet en tarief voor het account. De F0-SKU is een gratis laag. Betaalde lagen zijn onder andere S0, S1, S2, enzovoort.

Voorbeelden

Voorbeeld 1

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

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

Parameters

-DefaultProfile

De referenties, het account, de tenant en het abonnement dat wordt gebruikt voor communicatie met Azure

Type:IAzureContextContainer
Aliassen:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-Location

Locatie van Cognitive Services-account.

Type:String
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-Type

Type Cognitive Services-account.

Type:String
Aliassen:CognitiveServicesAccountType, AccountType, Kind
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

Invoerwaarden

String

Uitvoerwaarden

ResourceSku