Skip to main content

PublicIpConfigurationResponsePagedResponse

items object[]nullable

List of public ip configuration responses.

  • Array [
  • idstring<uuid>

    Unique identifier of the resource.

    geolocationstringnullable

    Value of geolocation.

  • ]
  • totalinteger<int32>

    Total number of items available.

    pageinteger<int32>

    Current page number of the paginated result.

    pageSizeinteger<int32>

    Maximum number of items returned per page.

    totalPagesinteger<int32>

    Total number of pages available.

    hasNextPageboolean

    Indicates whether another result page is available.

    PublicIpConfigurationResponsePagedResponse
    {
    "items": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "geolocation": "string"
    }
    ],
    "total": 0,
    "page": 0,
    "pageSize": 0,
    "totalPages": 0,
    "hasNextPage": true
    }