Skip to main content

vmware_host_controllers

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

Overview

Namevmware_host_controllers
TypeResource
Idazure.migrate.vmware_host_controllers

Fields

NameDatatypeDescription
appliance_namestextfield from the properties object
created_timestamptextfield from the properties object
datastorestextfield from the properties object
hostNametextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
siteNametextfield from the properties object
subscriptionIdtextfield from the properties object
updated_timestamptextfield from the properties object
uuidtextfield from the properties object
vcenter_idtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECThostName, resourceGroupName, siteName, subscriptionIdGet a VmwareHost
list_by_vmware_siteSELECTresourceGroupName, siteName, subscriptionIdList VmwareHost resources by VmwareSite

SELECT examples

List VmwareHost resources by VmwareSite

SELECT
appliance_names,
created_timestamp,
datastores,
hostName,
provisioning_state,
resourceGroupName,
siteName,
subscriptionId,
updated_timestamp,
uuid,
vcenter_id
FROM azure.migrate.vw_vmware_host_controllers
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';