Skip to main content

vw_redis

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

Overview

Namevw_redis
TypeView
Idazure_isv.redis.vw_redis

Fields

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

SQL Definition

SELECT
location as location,
zones as zones,
identity as identity,
tags as tags,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.hostName') as "host_name",
JSON_EXTRACT(properties, '$.port') as "port",
JSON_EXTRACT(properties, '$.sslPort') as "ssl_port",
JSON_EXTRACT(properties, '$.accessKeys') as "access_keys",
JSON_EXTRACT(properties, '$.linkedServers') as "linked_servers",
JSON_EXTRACT(properties, '$.instances') as "instances",
JSON_EXTRACT(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
JSON_EXTRACT(properties, '$.sku') as "sku",
JSON_EXTRACT(properties, '$.subnetId') as "subnet_id",
JSON_EXTRACT(properties, '$.staticIP') as "static_ip",
subscriptionId,
resourceGroupName,
name
FROM azure_isv.redis.redis
WHERE subscriptionId = 'replace-me';