NetworkManagerConnectionListResult Class
List of network manager connections.
Constructor
NetworkManagerConnectionListResult(*, value: list['_models.NetworkManagerConnection'] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
List of network manager connections. Default value: None
|
|
next_link
|
Gets the URL to get the next page of results. Default value: None
|
Variables
| Name | Description |
|---|---|
|
value
|
List of network manager connections. |
|
next_link
|
Gets the URL to get the next page of results. |