hyperv_sites
Creates, updates, deletes, gets or lists a hyperv_sites
resource.
Overview
Name | hyperv_sites |
Type | Resource |
Id | azure.migrate.hyperv_sites |
Fields
Name | Datatype | Description |
---|---|---|
location | string | The geo-location where the resource lives |
properties | object | The properties of VMwareSiteResource |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_by_resource_group | SELECT | resourceGroupName, subscriptionId | Get all the hyperv sites in the subscription. |
list_by_subscription | SELECT | subscriptionId | Get all the hyperv sites in the subscription. |
SELECT
examples
Get all the hyperv sites in the subscription.
SELECT
location,
properties,
tags
FROM azure.migrate.hyperv_sites
WHERE subscriptionId = '{{ subscriptionId }}';