次の方法で共有


CommunicationsOperationsExtensions.ListNext メソッド

定義

サポート チケットのすべての通信 (添付ファイルは含まれていません) を一覧表示します。 <br/></br> $filter パラメーターを使用して 、CreatedDate または CommunicationType によるサポート チケット通信をフィルター処理することもできます。 現在サポートされている通信の種類は Web のみです。 出力は nextLink を使用してページングされた結果になり、これを使用して次の通信結果セットを取得できます。 <br/br/><>Support チケット データは、チケット作成後 12 か月間利用できます。 12 か月以上前にチケットが作成された場合、データの要求によってエラーが発生する可能性があります。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.CommunicationDetails> ListNext(this Microsoft.Azure.Management.Support.ICommunicationsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Support.ICommunicationsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.CommunicationDetails>
<Extension()>
Public Function ListNext (operations As ICommunicationsOperations, nextPageLink As String) As IPage(Of CommunicationDetails)

パラメーター

operations
ICommunicationsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象