SqlExtensions.GetManagedInstancesAsync Method

Definition

Gets a list of all managed instances in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/managedInstances
  • Operation Id: ManagedInstances_List
  • Default Api Version: 2022-08-01-preview
  • Resource: ManagedInstanceResource
public static Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstancesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedInstancesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
<Extension()>
Public Function GetManagedInstancesAsync (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedInstanceResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

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.

Exceptions

subscriptionResource is null.

Applies to