RecipientEmailCollection Constructors
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
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.
- nextLink
- String
Next page link if any.