ProtectableContainerResourceList interface
List of ProtectableContainer resources
- Extends
Properties
next |
The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. |
value | List of resources. |
Property Details
nextLink
The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200.
nextLink?: string
Property Value
string
value
List of resources.
value?: ProtectableContainerResource[]