Share via


DedicatedHostCollection.GetAll(CancellationToken) Method

Definition

Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to