RecipientUserCollection 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
RecipientUserCollection() |
Initializes a new instance of the RecipientUserCollection class. |
RecipientUserCollection(IList<RecipientUserContract>, Nullable<Int64>, String) |
Initializes a new instance of the RecipientUserCollection class. |
RecipientUserCollection()
Initializes a new instance of the RecipientUserCollection class.
public RecipientUserCollection();
Public Sub New ()
Applies to
RecipientUserCollection(IList<RecipientUserContract>, Nullable<Int64>, String)
Initializes a new instance of the RecipientUserCollection class.
public RecipientUserCollection(System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RecipientUserContract> value = default, long? count = default, string nextLink = default);
new Microsoft.Azure.Management.ApiManagement.Models.RecipientUserCollection : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RecipientUserContract> * Nullable<int64> * string -> Microsoft.Azure.Management.ApiManagement.Models.RecipientUserCollection
Public Sub New (Optional value As IList(Of RecipientUserContract) = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<RecipientUserContract>
Page values.
- nextLink
- String
Next page link if any.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET