다음을 통해 공유


MockableSqlSubscriptionResource.GetManagedInstances 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 virtual Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstances (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstances : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
override this.GetManagedInstances : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
Public Overridable Function GetManagedInstances (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedInstanceResource)

Parameters

expand
String

The child resources to include in the response.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ManagedInstanceResource that may take multiple service requests to iterate over.

Applies to