Share via


StandbyVirtualMachinePoolRuntimeViewCollection.GetAll Method

Definition

List StandbyVirtualMachinePoolRuntimeViewResource resources by StandbyVirtualMachinePoolResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}/runtimeViews
  • Operation Id: StandbyVirtualMachinePoolRuntimeViewResource_ListByStandbyPool
  • Default Api Version: 2024-03-01
  • Resource: StandbyVirtualMachinePoolRuntimeViewResource
public virtual Azure.Pageable<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolRuntimeViewResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolRuntimeViewResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolRuntimeViewResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StandbyVirtualMachinePoolRuntimeViewResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to