Freigeben über


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