MockableWorkloadsSubscriptionResource.GetSapVirtualInstances Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 virtual Azure.Pageable<Azure.ResourceManager.Workloads.SapVirtualInstanceResource> GetSapVirtualInstances (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSapVirtualInstances : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Workloads.SapVirtualInstanceResource>
override this.GetSapVirtualInstances : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Workloads.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.