Share via


AvsPrivateCloudClusterVirtualMachineCollection.GetAll Method

Definition

List of virtual machines in a private cloud cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/virtualMachines
  • Operation Id: VirtualMachines_List
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudClusterVirtualMachineResource
public virtual Azure.Pageable<Azure.ResourceManager.Avs.AvsPrivateCloudClusterVirtualMachineResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.AvsPrivateCloudClusterVirtualMachineResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.AvsPrivateCloudClusterVirtualMachineResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AvsPrivateCloudClusterVirtualMachineResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to