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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET