DocumentDbModelFactory.GetCollectionsResponse Method

Definition

public static Azure.Connectors.Sdk.Documentdb.Models.GetCollectionsResponse GetCollectionsResponse(string rid = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> documentCollections = default, int? count = default);
static member GetCollectionsResponse : string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * Nullable<int> -> Azure.Connectors.Sdk.Documentdb.Models.GetCollectionsResponse
Public Shared Function GetCollectionsResponse (Optional rid As String = Nothing, Optional documentCollections As List(Of Nullable(Of JsonElement)) = Nothing, Optional count As Nullable(Of Integer) = Nothing) As GetCollectionsResponse

Parameters

rid
String
documentCollections
List<Nullable<JsonElement>>
count
Nullable<Int32>

Returns

Applies to