Bagikan melalui


RecipientEmailCollection Constructors

Definition

Overloads

RecipientEmailCollection()

Initializes a new instance of the RecipientEmailCollection class.

RecipientEmailCollection(IList<RecipientEmailContract>, Nullable<Int64>, String)

Initializes a new instance of the RecipientEmailCollection class.

RecipientEmailCollection()

Initializes a new instance of the RecipientEmailCollection class.

public RecipientEmailCollection ();
Public Sub New ()

Applies to

RecipientEmailCollection(IList<RecipientEmailContract>, Nullable<Int64>, String)

Initializes a new instance of the RecipientEmailCollection class.

public RecipientEmailCollection (System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailContract> value = default, long? count = default, string nextLink = default);
new Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailContract> * Nullable<int64> * string -> Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailCollection
Public Sub New (Optional value As IList(Of RecipientEmailContract) = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<RecipientEmailContract>

Page values.

count
Nullable<Int64>

Total record count number across all pages.

nextLink
String

Next page link if any.

Applies to