Megosztás a következőn keresztül:


WorkloadsExtensions.GetSapVirtualInstancesAsync Method

Definition

Gets all Virtual Instances for SAP solutions resources in a Subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Workloads/sapVirtualInstances
  • Operation Id: SAPVirtualInstances_ListBySubscription
  • Default Api Version: 2023-04-01
  • Resource: SapVirtualInstanceResource
public static Azure.AsyncPageable<Azure.ResourceManager.Workloads.SapVirtualInstanceResource> GetSapVirtualInstancesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSapVirtualInstancesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Workloads.SapVirtualInstanceResource>
<Extension()>
Public Function GetSapVirtualInstancesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SapVirtualInstanceResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SapVirtualInstanceResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to