Skip to main content

hyperv_sites

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

Overview

Namehyperv_sites
TypeResource
Idazure.migrate.hyperv_sites

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectThe properties of VMwareSiteResource
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGet all the hyperv sites in the subscription.
list_by_subscriptionSELECTsubscriptionIdGet 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 }}';