Get-AzCognitiveServicesAccountType

使用可能な Cognitive Services アカウントの種類を取得します。

構文

Get-AzCognitiveServicesAccountType
   [-Location <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzCognitiveServicesAccountType
   -TypeName <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzCognitiveServicesAccountType コマンドレットは、このサブスクリプションで使用可能な Cognitive Services アカウントの種類を取得します。

例 1

Get-AzCognitiveServicesAccountType

CognitiveServices
ComputerVision
Face
FormRecognizer
LUIS

使用可能な型の一覧を取得します。

例 2

Get-AzCognitiveServicesAccountType -Location westus

CognitiveServices
ComputerVision
Face
FormRecognizer
LUIS

westus で使用可能な型の一覧を取得します。

例 3

Get-AzCognitiveServicesAccountType -TypeName Face

Face

Faceが有効な型名であるかどうかを確認します。有効な名前の場合は、その名前が返されます。

パラメーター

-DefaultProfile

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

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

-Location

Cognitive Services アカウントの場所。

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

-TypeName

Cognitive Services アカウントの種類名。

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

入力

String

出力

String[]

String