Compartilhar via


NetworkManagerListResult Class

Result of the request to list NetworkManager. It contains a list of network managers and a URL link to get the next set of results.

Inheritance
azure.mgmt.network._serialization.Model
NetworkManagerListResult

Constructor

NetworkManagerListResult(*, value: List[_models.NetworkManager] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

Gets a page of NetworkManager.

next_link
str

Gets the URL to get the next page of results.

Variables

Name Description
value

Gets a page of NetworkManager.

next_link
str

Gets the URL to get the next page of results.