Package version:

Interface AvailabilitySetListResult

The response of a AvailabilitySet list operation.

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

Properties

Properties

nextLink?: string

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

The AvailabilitySet items on this page