Skip to main content

virtual_networks

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

Overview

Namevirtual_networks
TypeResource
Idazure_stack.network_admin.virtual_networks

Fields

NameDatatypeDescription
idstringURI of the resource.
namestringName of the resource.
locationstringRegion location of resource.
propertiesobjectProperties of a virtual network.
tagsobjectList of key value pairs.
typestringType of resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdGet a list of all virtual networks.

SELECT examples

Get a list of all virtual networks.

SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_stack.network_admin.virtual_networks
WHERE subscriptionId = '{{ subscriptionId }}';