< Back

Get-AzureRmCognitiveServicesAccount

Thu Apr 04, 2019 5:39 am

NAME Get-AzureRmCognitiveServicesAccount



SYNOPSIS

Gets an account.





SYNTAX

Get-AzureRmCognitiveServicesAccount [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmCognitiveServicesAccount [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmCognitiveServicesAccount cmdlet gets the provisioned Cognitive Services accounts in the resource group specified by the

ResoureGroupName parameter.



If you do not specify the ResoureGroupName parameter, this cmdlet gets all Cognitive Services accounts for the current subscription.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Specifies the name of the Cognitive Services account to get.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group the Cognitive Services account is assigned to.



Required? false

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount







NOTES









1:















RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... cesaccount

New-AzureRmCognitiveServicesAccount

Remove-AzureRmCognitiveServicesAccount

Set-AzureRmCognitiveServicesAccount