MockableConnectedVMwarevSphereSubscriptionResource.GetVMwareVCenters Method

Definition

List of vCenters in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ConnectedVMwarevSphere/vcenters
  • Operation Id: VCenters_List
  • Default Api Version: 2023-12-01
  • Resource: VMwareVCenterResource
public virtual Azure.Pageable<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterResource> GetVMwareVCenters (System.Threading.CancellationToken cancellationToken = default);
abstract member GetVMwareVCenters : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterResource>
override this.GetVMwareVCenters : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareVCenterResource>
Public Overridable Function GetVMwareVCenters (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VMwareVCenterResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to