ManagedInstances

Gets a list of all managed instances in an instance pool.

get/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/instancePools/{instancePoolName}/managedInstances

Path parameters

resourceGroupNamestring required

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

instancePoolNamestring required

The instance pool name.

subscriptionIdstring required

The subscription ID that identifies an Azure subscription.

Query parameters

api-versionstring required

The API version to use for the request.

Response

Successfully retrieved the list of managed instances.

valueManagedInstance[] — unresolved $ref

Array of results.

nextLinkstring

Link to retrieve next page of results.

Changes