DedicatedHostResource.GetAvailableSizes(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.Pageable<string> GetAvailableSizes (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvailableSizes : System.Threading.CancellationToken -> Azure.Pageable<string>
override this.GetAvailableSizes : System.Threading.CancellationToken -> Azure.Pageable<string>
Public Overridable Function GetAvailableSizes (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of String)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to