MockableConnectedVMwarevSphereSubscriptionResource.GetVMwareResourcePools 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.
List of resourcePools in a subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/resourcePools
- Operation Id: ResourcePools_List
- Default Api Version: 2023-12-01
- Resource: VMwareResourcePoolResource
public virtual Azure.Pageable<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareResourcePoolResource> GetVMwareResourcePools (System.Threading.CancellationToken cancellationToken = default);
abstract member GetVMwareResourcePools : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareResourcePoolResource>
override this.GetVMwareResourcePools : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareResourcePoolResource>
Public Overridable Function GetVMwareResourcePools (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VMwareResourcePoolResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of VMwareResourcePoolResource that may take multiple service requests to iterate over.