ChildResources interface

Interface representing a ChildResources.

Methods

list(string, ChildResourcesListOptionalParams)

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

Method Details

list(string, ChildResourcesListOptionalParams)

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

function list(resourceUri: string, options?: ChildResourcesListOptionalParams): PagedAsyncIterableIterator<AvailabilityStatus, AvailabilityStatus[], PageSettings>

Parameters

resourceUri

string

The fully qualified ID of the resource, including the resource name and resource type. Currently the API only support not nested parent resource type: /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}

options
ChildResourcesListOptionalParams

The options parameters.

Returns