Skip to main content

dedicated_hosts_available_sizes

Creates, updates, deletes, gets or lists a dedicated_hosts_available_sizes resource.

Overview

Namededicated_hosts_available_sizes
TypeResource
Idazure.compute.dedicated_hosts_available_sizes

Fields

NameDatatypeDescription
column_anonstring

Methods

NameAccessible byRequired ParamsDescription
listSELECThostGroupName, hostName, resourceGroupName, subscriptionIdLists 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.

SELECT examples

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.

SELECT
column_anon
FROM azure.compute.dedicated_hosts_available_sizes
WHERE hostGroupName = '{{ hostGroupName }}'
AND hostName = '{{ hostName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';