次の方法で共有


Get-AzCognitiveServicesAccountSku

アカウントで使用可能な SKU を取得します。

構文

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

説明

Get-AzCognitiveServicesAccountSku コマンドレットは、Cognitive Services アカウントで使用可能な SKU を取得します。 SKU は、アカウントのレベル プランです。 アカウントの価格、呼び出し制限、レートを定義します。 F0 SKU は Free レベルです。 有料レベルには、S0、S1、S2 などが含まれます。

例 1

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

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

パラメーター

-DefaultProfile

Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション

型:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-Location

Cognitive Services アカウントの場所。

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

-Type

Cognitive Services アカウントの種類。

型:String
Aliases:CognitiveServicesAccountType, AccountType, Kind
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:True
ワイルドカード文字を受け取る:False

入力

String

出力

ResourceSku