ChildResourcesOperations interface
Interface representing a ChildResources operations.
Properties
| list | Lists the all the children and its current health status for a parent resource. Use the nextLink property in the response to get the next page of children current health |
Property Details
list
Lists the all the children and its current health status for a parent resource. Use the nextLink property in the response to get the next page of children current health
list: (resourceUri: string, options?: ChildResourcesListOptionalParams) => PagedAsyncIterableIterator<AvailabilityStatus, AvailabilityStatus[], PageSettings>
Property Value
(resourceUri: string, options?: ChildResourcesListOptionalParams) => PagedAsyncIterableIterator<AvailabilityStatus, AvailabilityStatus[], PageSettings>