共用方式為


PagedSchedules interface

Paged list of schedules.

Properties

nextLink

The link to get the next page of schedule results. NOTE: This property will not be serialized. It can only be populated by the server.

value

The array page of schedule results. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

The link to get the next page of schedule results. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

The array page of schedule results. NOTE: This property will not be serialized. It can only be populated by the server.

value?: Schedule[]

Property Value