Condividi tramite


StandbyVirtualMachinePoolRuntimeViewCollection.GetAll Method

Definition

List StandbyVirtualMachinePoolRuntimeViewResource resources by StandbyVirtualMachinePoolResource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}/runtimeViews.
  • Operation Id. : StandbyVirtualMachinePoolRuntimeViews_ListByStandbyPool.
  • Default Api Version. : 2025-10-01.
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