Get-AzCognitiveServicesAccountType

사용 가능한 Cognitive Services 계정 유형을 가져옵니다.

Syntax

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

Description

Get-AzCognitiveServicesAccountType cmdlet은 이 구독에서 사용 가능한 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와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Location

Cognitive Services 계정 위치입니다.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-TypeName

Cognitive Services 계정 유형 이름입니다.

Type:String
Aliases:CognitiveServicesAccountTypeName, AccountTypeName, KindName
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

입력

String

출력

String[]

String