共用方式為


IpAllocationListResult Class

Response for the ListIpAllocations API service call.

Constructor

IpAllocationListResult(*, value: list['_models.IpAllocation'] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

A list of IpAllocation resources.

Default value: None
next_link
str

The URL to get the next set of results.

Default value: None

Variables

Name Description
value

A list of IpAllocation resources.

next_link
str

The URL to get the next set of results.