Skip to main content

vw_bastion_hosts

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

Overview

Namevw_bastion_hosts
TypeView
Idazure.network.vw_bastion_hosts

Fields

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

SQL Definition

SELECT
id as id,
name as name,
zones as zones,
etag as etag,
sku as sku,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.ipConfigurations') as "ip_configurations",
JSON_EXTRACT(properties, '$.dnsName') as "dns_name",
JSON_EXTRACT(properties, '$.virtualNetwork') as "virtual_network",
JSON_EXTRACT(properties, '$.networkAcls') as "network_acls",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.scaleUnits') as "scale_units",
JSON_EXTRACT(properties, '$.disableCopyPaste') as "disable_copy_paste",
JSON_EXTRACT(properties, '$.enableFileCopy') as "enable_file_copy",
JSON_EXTRACT(properties, '$.enableIpConnect') as "enable_ip_connect",
JSON_EXTRACT(properties, '$.enableShareableLink') as "enable_shareable_link",
JSON_EXTRACT(properties, '$.enableTunneling') as "enable_tunneling",
JSON_EXTRACT(properties, '$.enableKerberos') as "enable_kerberos",
JSON_EXTRACT(properties, '$.enableSessionRecording') as "enable_session_recording",
subscriptionId,
resourceGroupName,
bastionHostName
FROM azure.network.bastion_hosts
WHERE subscriptionId = 'replace-me';