Skip to main content

vw_network_service_design_versions

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

Overview

Namevw_network_service_design_versions
TypeView
Idazure.hybrid_network.vw_network_service_design_versions

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
tags as tags,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.versionState') as "version_state",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.configurationGroupSchemaReferences') as "configuration_group_schema_references",
JSON_EXTRACT(properties, '$.nfvisFromSite') as "nfvis_from_site",
JSON_EXTRACT(properties, '$.resourceElementTemplates') as "resource_element_templates",
subscriptionId,
resourceGroupName,
publisherName,
networkServiceDesignGroupName,
networkServiceDesignVersionName
FROM azure.hybrid_network.network_service_design_versions
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND publisherName = 'replace-me' AND networkServiceDesignGroupName = 'replace-me';