Share via


ProtectableContainerResourceList interface

List of ProtectableContainer resources

Extends

Properties

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.

value

List of resources.

Property Details

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[]

Property Value