Skip to content

Latest commit

 

History

History
135 lines (101 loc) · 2.8 KB

Get-AzCognitiveServicesAccountType.md

File metadata and controls

135 lines (101 loc) · 2.8 KB
external help file Module Name online version schema
Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll-Help.xml
Az.CognitiveServices
2.0.0

Get-AzCognitiveServicesAccountType

SYNOPSIS

Gets the available Cognitive Services Account Types.

SYNTAX

GetAccountTypes (Default)

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

GetAccountTypeWithName

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

DESCRIPTION

The Get-AzCognitiveServicesAccountType cmdlet gets the available Cognitive Services Account Types under this subscription.

EXAMPLES

Example 1

Get-AzCognitiveServicesAccountType
CognitiveServices
ComputerVision
Face
FormRecognizer
LUIS

Get the list of available Types.

Example 2

Get-AzCognitiveServicesAccountType -Location westus
CognitiveServices
ComputerVision
Face
FormRecognizer
LUIS

Get the list of available Types in westus.

Example 3

Get-AzCognitiveServicesAccountType -TypeName Face
Face

Check if Face is a valid Type name, the name will be returned if it is a valid name.

PARAMETERS

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzContext, AzureRmContext, AzureCredential

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

-Location

Cognitive Services Account Location.

Type: System.String
Parameter Sets: GetAccountTypes
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-TypeName

Cognitive Services Account Type Name.

Type: System.String
Parameter Sets: GetAccountTypeWithName
Aliases: CognitiveServicesAccountTypeName, AccountTypeName, KindName

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.String[]

System.String

NOTES

RELATED LINKS