DedicatedHostResource.GetAvailableSizesAsync(CancellationToken) Method

Definition

Lists all available dedicated host sizes to which the specified dedicated host can be resized. NOTE: The dedicated host sizes provided can be used to only scale up the existing dedicated host.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName}/hostSizes
  • Operation Id: DedicatedHosts_ListAvailableSizes
  • Default Api Version: 2023-09-01
  • Resource: DedicatedHostResource
public virtual Azure.AsyncPageable<string> GetAvailableSizesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvailableSizesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<string>
override this.GetAvailableSizesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<string>
Public Overridable Function GetAvailableSizesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of String)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to