共用方式為


GetHooksOptions Class

Definition

The set of options that can be specified when calling GetHooks(GetHooksOptions, CancellationToken) or GetHooksAsync(GetHooksOptions, CancellationToken) to configure the behavior of the request.

public class GetHooksOptions
type GetHooksOptions = class
Public Class GetHooksOptions
Inheritance
GetHooksOptions

Constructors

GetHooksOptions()

Properties

HookNameFilter

Filters the result by Name. Only hooks containing the filter as a substring of their names will be returned. Case insensitive.

MaxPageSize

If set, specifies the maximum limit of items returned in each page of results. Note: unless the number of pages enumerated from the service is limited, the service will return an unlimited number of total items.

Skip

If set, skips the first set of items returned. This property specifies the amount of items to be skipped.

Applies to