Package version:

Interface ListQueueResource

Response schema. Contains list of queues returned

interface ListQueueResource {
    nextLink?: string;
    value?: ListQueue[];
}

Properties

Properties

nextLink?: string

Request URL that can be used to list next page of queues NOTE: This property will not be serialized. It can only be populated by the server.

value?: ListQueue[]

List of queues returned. NOTE: This property will not be serialized. It can only be populated by the server.