ArmConfluentModelFactory.ConfluentListMetadata 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.
Initializes a new instance of ConfluentListMetadata.
public static Azure.ResourceManager.Confluent.Models.ConfluentListMetadata ConfluentListMetadata (string first = default, string last = default, string prev = default, string next = default, int? totalSize = default);
static member ConfluentListMetadata : string * string * string * string * Nullable<int> -> Azure.ResourceManager.Confluent.Models.ConfluentListMetadata
Public Shared Function ConfluentListMetadata (Optional first As String = Nothing, Optional last As String = Nothing, Optional prev As String = Nothing, Optional next As String = Nothing, Optional totalSize As Nullable(Of Integer) = Nothing) As ConfluentListMetadata
Parameters
- first
- String
First page of the list.
- last
- String
Last page of the list.
- prev
- String
Previous page of the list.
- next
- String
Next page of the list.
Returns
A new ConfluentListMetadata instance for mocking.