次の方法で共有


RecipientUserCollection コンストラクター

定義

オーバーロード

RecipientUserCollection()

RecipientUserCollection クラスの新しいインスタンスを初期化します。

RecipientUserCollection(IList<RecipientUserContract>, Nullable<Int64>, String)

RecipientUserCollection クラスの新しいインスタンスを初期化します。

RecipientUserCollection()

RecipientUserCollection クラスの新しいインスタンスを初期化します。

public RecipientUserCollection ();
Public Sub New ()

適用対象

RecipientUserCollection(IList<RecipientUserContract>, Nullable<Int64>, String)

RecipientUserCollection クラスの新しいインスタンスを初期化します。

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)

パラメーター

value
IList<RecipientUserContract>

ページ値。

count
Nullable<Int64>

すべてのページの合計レコード数。

nextLink
String

次のページ リンク (存在する場合)。

適用対象