你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MockableWorkloadsSapVirtualInstanceSubscriptionResource.GetSapVirtualInstances 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. : 2024-09-01.
public virtual Azure.Pageable<Azure.ResourceManager.WorkloadsSapVirtualInstance.SapVirtualInstanceResource> GetSapVirtualInstances(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSapVirtualInstances : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WorkloadsSapVirtualInstance.SapVirtualInstanceResource>
override this.GetSapVirtualInstances : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WorkloadsSapVirtualInstance.SapVirtualInstanceResource>
Public Overridable Function GetSapVirtualInstances (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SapVirtualInstanceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to