DocumentDbModelFactory.CosmosDbAccountList 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.
Creates a new instance of CosmosDbAccountList(List<CosmosDbAccount>).
public static Azure.Connectors.Sdk.Documentdb.Models.CosmosDbAccountList CosmosDbAccountList(System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.CosmosDbAccount> value = default);
static member CosmosDbAccountList : System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.CosmosDbAccount> -> Azure.Connectors.Sdk.Documentdb.Models.CosmosDbAccountList
Public Shared Function CosmosDbAccountList (Optional value As List(Of CosmosDbAccount) = Nothing) As CosmosDbAccountList
Parameters
- value
- List<CosmosDbAccount>