ManagedInstanceCollection.GetAllAsync(String, CancellationToken) Method

Definition

Gets a list of managed instances in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances
  • Operation Id: ManagedInstances_ListByResourceGroup
  • Default Api Version: 2022-08-01-preview
  • Resource: ManagedInstanceResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource> GetAllAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
Public Overridable Function GetAllAsync (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