AvailabilityStatusListResult interface

The List availabilityStatus operation response.

Properties

nextLink

The URI to fetch the next page of availabilityStatuses. Call ListNext() with this URI to fetch the next page of availabilityStatuses.

value

The list of availabilityStatuses.

Property Details

The URI to fetch the next page of availabilityStatuses. Call ListNext() with this URI to fetch the next page of availabilityStatuses.

nextLink?: string

Property Value

string

value

The list of availabilityStatuses.

value: AvailabilityStatus[]

Property Value