Dela via


Get-AzureRmCognitiveServicesAccountType

Hämtar tillgängliga Cognitive Services-kontotyper.

Varning

AzureRM PowerShell-modulen är officiellt inaktuell från och med den 29 februari 2024. Användare rekommenderas att migrera från AzureRM till Az PowerShell-modulen för att säkerställa fortsatt support och uppdateringar.

Även om AzureRM-modulen fortfarande kan fungera, underhålls den inte längre eller stöds, vilket gör att användaren kan välja och riskera fortsatt användning. Se våra migreringsresurser för vägledning om övergången till Az-modulen.

Syntax

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

Description

Cmdleten Get-AzureRmCognitiveServicesAccountType hämtar tillgängliga Cognitive Services-kontotyper under den här prenumerationen.

Exempel

Exempel 1

PS C:\> Get-AzureRmCognitiveServicesAccountType

Hämta listan över tillgängliga typer.

Exempel 2

PS C:\> Get-AzureRmCognitiveServicesAccountType -Location westus

Hämta listan över tillgängliga typer i westus.

Exempel 3

PS C:\> Get-AzureRmCognitiveServicesAccountType -TypeName Face

Face

Kontrollera om Face är ett giltigt typnamn. Namnet returneras om det är ett giltigt namn.

Parametrar

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.

Typ:IAzureContextContainer
Aliases:AzureRmContext, AzureCredential
Position:Named
standardvärde:None
Obligatorisk:False
Accept pipeline input:False
Accept wildcard characters:False

-Location

Cognitive Services-kontoplats.

Typ:String
Position:Named
standardvärde:None
Obligatorisk:False
Accept pipeline input:True
Accept wildcard characters:False

-TypeName

Namn på Cognitive Services-kontotyp.

Typ:String
Aliases:CognitiveServicesAccountTypeName, AccountTypeName, KindName
Position:Named
standardvärde:None
Obligatorisk:True
Accept pipeline input:True
Accept wildcard characters:False

Indata

String

Utdata

String[]

String