TenantSupportTicketCollection.GetAll メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべてのサポート チケットを一覧表示します。 <br/><br/>you can also filter the support tickets by <i>Status</i>, <i>CreatedDate</i>, , <i>ServiceId</i>, and <i>ProblemClassificationId</i> using the $filter parameter. 出力は、i>nextLink</i> で<ページングされた結果になります。これを使用して、次のサポート チケットのセットを取得できます。 <br/br/><>Support チケット データは、チケット作成後 18 か月間利用できます。 18 か月以上前にチケットが作成された場合、データの要求によってエラーが発生する可能性があります。
- 要求パス/プロバイダー/Microsoft.Support/supportTickets
- 操作IdSupportTicketsNoSubscription_List
public virtual Azure.Pageable<Azure.ResourceManager.Support.TenantSupportTicketResource> GetAll (int? top = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.TenantSupportTicketResource>
override this.GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.TenantSupportTicketResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TenantSupportTicketResource)
パラメーター
- filter
- String
操作に適用するフィルター。 'odata v4.0' フィルター セマンティクスがサポートされています。 <target='_blank' href=''Learn more</a><br/><i>Status</i> , <i>ServiceId</i>, i <>ProblemClassificationId</i> filters can be used only with 'eq' operator.>https://docs.microsoft.com/odata/concepts/queryoptions-overview i>CreatedDate</i> フィルターの場合<、サポートされている演算子は 'gt' と 'ge' です。 両方のフィルターを使用する場合は、論理 'AND' を使用してそれらを組み合わせます。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の TenantSupportTicketResource サービス要求を受け取る可能性がある のコレクション。
適用対象
Azure SDK for .NET