CommunicationsOperationsExtensions.ListNext メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サポート チケットのすべての通信 (添付ファイルは含まれていません) を一覧表示します。 <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。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET