CognitiveServicesAccountBaseCmdlet.WriteCognitiveServicesAccountList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>