WatcherListResult interface

The response model for the list watcher operation.

Properties

nextLink

Gets or sets the next link.

value

Gets or sets a list of watchers.

Property Details

Gets or sets the next link.

nextLink?: string

Property Value

string

value

Gets or sets a list of watchers.

value?: Watcher[]

Property Value