IpGroupListResult Class
Response for the ListIpGroups API service call.
- Inheritance
-
azure.mgmt.network._serialization.ModelIpGroupListResult
Constructor
IpGroupListResult(*, value: List[_models.IpGroup] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The list of IpGroups information resources. |
next_link
|
URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
The list of IpGroups information resources. |
next_link
|
URL to get the next set of results. |