Compartilhar via


IpGroupListResult Class

Response for the ListIpGroups API service call.

Inheritance
azure.mgmt.network._serialization.Model
IpGroupListResult

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
str

URL to get the next set of results.

Variables

Name Description
value

The list of IpGroups information resources.

next_link
str

URL to get the next set of results.