Get-AzCognitiveServicesAccountType
Hämtar tillgängliga Cognitive Services-kontotyper.
Syntax
Get-AzCognitiveServicesAccountType
[-Location <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzCognitiveServicesAccountType
-TypeName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Get-AzCognitiveServicesAccountType hämtar tillgängliga Cognitive Services-kontotyper under den här prenumerationen.
Exempel
Exempel 1
Get-AzCognitiveServicesAccountType
CognitiveServices
ComputerVision
Face
FormRecognizer
LUIS
Hämta listan över tillgängliga typer.
Exempel 2
Get-AzCognitiveServicesAccountType -Location westus
CognitiveServices
ComputerVision
Face
FormRecognizer
LUIS
Hämta listan över tillgängliga typer i westus.
Exempel 3
Get-AzCognitiveServicesAccountType -TypeName Face
Face
Kontrollera om Face
är ett giltigt typnamn returneras namnet om det är ett giltigt namn.
Parametrar
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Location
Cognitive Services-kontoplats.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-TypeName
Namn på Cognitive Services-kontotyp.
Typ: | String |
Alias: | CognitiveServicesAccountTypeName, AccountTypeName, KindName |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
Indata
Utdata
String[]
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure PowerShell