Megosztás a következőn keresztül:


DedicatedHostCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.Compute.DedicatedHostResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.DedicatedHostResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.DedicatedHostResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DedicatedHostResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to