virtual_networks
Creates, updates, deletes, gets or lists a virtual_networks
resource.
Overview
Name | virtual_networks |
Type | Resource |
Id | azure_stack.network_admin.virtual_networks |
Fields
Name | Datatype | Description |
---|---|---|
id | string | URI of the resource. |
name | string | Name of the resource. |
location | string | Region location of resource. |
properties | object | Properties of a virtual network. |
tags | object | List of key value pairs. |
type | string | Type of resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Get 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 }}';