InstancePoolResource.GetManagedInstancesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of all managed instances in an instance pool.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/instancePools/{instancePoolName}/managedInstances
- Operation Id: ManagedInstances_ListByInstancePool
- Default Api Version: 2022-08-01-preview
- Resource: ManagedInstanceResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstancesAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstancesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
override this.GetManagedInstancesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
Public Overridable Function GetManagedInstancesAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedInstanceResource)
Parameters
- expand
- String
The child resources to include in the response.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ManagedInstanceResource that may take multiple service requests to iterate over.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.