次の方法で共有


CommunicationsOperationsExtensions.ListNextAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.CommunicationDetails>> ListNextAsync(this Microsoft.Azure.Management.Support.ICommunicationsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Support.ICommunicationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Support.Models.CommunicationDetails>>
<Extension()>
Public Function ListNextAsync (operations As ICommunicationsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CommunicationDetails))

パラメーター

operations
ICommunicationsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象