PoolNodeCountsPaged Class

A paging container for iterating over a list of PoolNodeCounts object

Inheritance
msrest.paging.Paged
PoolNodeCountsPaged

Constructor

PoolNodeCountsPaged(*args, **kwargs)

Methods

advance_page

Force moving the cursor to the next azure call.

This method is for advanced usage, iterator protocol is preferred.

async_advance_page
async_get

Get an arbitrary page.

This resets the iterator and then fully consumes it to return the specific page only.

get

Get an arbitrary page.

This resets the iterator and then fully consumes it to return the specific page only.

next

Iterate through responses.

reset

Reset iterator to first page.

advance_page

Force moving the cursor to the next azure call.

This method is for advanced usage, iterator protocol is preferred.

advance_page() -> List[Model]

Returns

The current page list

Return type

Exceptions

StopIteration if no further page

async_advance_page

async async_advance_page()

Exceptions

StopIteration if no further page

async_get

Get an arbitrary page.

This resets the iterator and then fully consumes it to return the specific page only.

async async_get(url)

Parameters

url
str
Required

URL to arbitrary page results.

Exceptions

StopIteration if no further page

get

Get an arbitrary page.

This resets the iterator and then fully consumes it to return the specific page only.

get(url: str) -> List[Model]

Parameters

url
str
Required

URL to arbitrary page results.

Exceptions

StopIteration if no further page

next

Iterate through responses.

next()

Exceptions

StopIteration if no further page

reset

Reset iterator to first page.

reset() -> None

Exceptions

StopIteration if no further page

Attributes

raw

Get current page as ClientRawResponse.

Return type

<xref:ClientRawResponse>