Get-AzureRmCognitiveServicesAccountType

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

警告

AzureRM PowerShell モジュールは、2024 年 2 月 29 日の時点で正式に非推奨になりました。 引き続きサポートを受け、更新を受け取れるようにするために、AzureRM から Az PowerShell モジュールに移行することをお勧めします。

AzureRM モジュールは引き続き機能する可能性がありますが、メインが維持またはサポートされなくなり、ユーザーの判断とリスクで引き続き使用できます。 Az モジュールへの移行に関するガイダンスについては、移行リソースを参照してください。

構文

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

説明

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

例 1

PS C:\> Get-AzureRmCognitiveServicesAccountType

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

例 2

PS C:\> Get-AzureRmCognitiveServicesAccountType -Location westus

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

例 3

PS C:\> Get-AzureRmCognitiveServicesAccountType -TypeName Face

Face

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

パラメーター

-DefaultProfile

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

型:IAzureContextContainer
Aliases: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