dedicated_hosts_available_sizes
Creates, updates, deletes, gets or lists a dedicated_hosts_available_sizes
resource.
Overview
Name | dedicated_hosts_available_sizes |
Type | Resource |
Id | azure.compute.dedicated_hosts_available_sizes |
Fields
Name | Datatype | Description |
---|---|---|
column_anon | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | hostGroupName, hostName, resourceGroupName, subscriptionId | 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
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 }}';