NotificationChannelList Class

The response of a list operation.

Inheritance
msrest.serialization.Model
NotificationChannelList

Constructor

NotificationChannelList(*, value: List[NotificationChannel] | None = None, next_link: str | None = None, **kwargs)

Parameters

Name Description
value
Required

Results of the list operation.

next_link
Required
str

Link for next set of results.

Keyword-Only Parameters

Name Description
value
Required
next_link
Required