你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CognitiveServicesAccountBaseCmdlet.WriteCognitiveServicesAccountList Method

Definition

Overloads

WriteCognitiveServicesAccountList(IEnumerable<Account>)
WriteCognitiveServicesAccountList(IEnumerable<CognitiveServicesAccount>)

WriteCognitiveServicesAccountList(IEnumerable<Account>)

protected void WriteCognitiveServicesAccountList (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CognitiveServices.Models.Account> cognitiveServicesAccounts);
member this.WriteCognitiveServicesAccountList : seq<Microsoft.Azure.Management.CognitiveServices.Models.Account> -> unit
Protected Sub WriteCognitiveServicesAccountList (cognitiveServicesAccounts As IEnumerable(Of Account))

Parameters

cognitiveServicesAccounts
IEnumerable<Account>

Applies to

WriteCognitiveServicesAccountList(IEnumerable<CognitiveServicesAccount>)

protected void WriteCognitiveServicesAccountList (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccount> cognitiveServicesAccounts);
member this.WriteCognitiveServicesAccountList : seq<Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccount> -> unit
Protected Sub WriteCognitiveServicesAccountList (cognitiveServicesAccounts As IEnumerable(Of CognitiveServicesAccount))

Parameters

cognitiveServicesAccounts
IEnumerable<Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccount>

Applies to