Package version:

Interface AvailabilitySetListResult

The List Availability Set operation response.

interface AvailabilitySetListResult {
    nextLink?: string;
    value: AvailabilitySet[];
}

Properties

Properties

nextLink?: string

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

The list of availability sets