Share via


DedicatedHostsOperationsExtensions.ListAvailableSizes 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.

public static System.Collections.Generic.IEnumerable<string> ListAvailableSizes (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName);
static member ListAvailableSizes : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string -> seq<string>
<Extension()>
Public Function ListAvailableSizes (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String, hostName As String) As IEnumerable(Of String)

Parameters

operations
IDedicatedHostsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

hostGroupName
String

The name of the dedicated host group.

hostName
String

The name of the dedicated host.

Returns

Applies to