次の方法で共有


SuppressionsOperationsExtensions.List メソッド

定義

サブスクリプションのスヌーズまたは無視された抑制の一覧を取得します。 推奨事項のスヌーズまたは無視された属性は、抑制と呼ばれます。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Advisor.Models.SuppressionContract> List (this Microsoft.Azure.Management.Advisor.ISuppressionsOperations operations, int? top = default, string skipToken = default);
static member List : Microsoft.Azure.Management.Advisor.ISuppressionsOperations * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Advisor.Models.SuppressionContract>
<Extension()>
Public Function List (operations As ISuppressionsOperations, Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing) As IPage(Of SuppressionContract)

パラメーター

operations
ISuppressionsOperations

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

top
Nullable<Int32>

この API のページ バージョンが使用されている場合の、ページあたりの抑制の数。

skipToken
String

この API のページバージョンで使用するページ継続トークン。

戻り値

適用対象