public_ip_addresses
Creates, updates, deletes, gets or lists a public_ip_addresses
resource.
Overview
Name | public_ip_addresses |
Type | Resource |
Id | azure_stack.network_admin.public_ip_addresses |
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 public IP Address. |
tags | object | List of key value pairs. |
type | string | Type of resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | List of public IP addresses. |
SELECT
examples
List of public IP addresses.
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_stack.network_admin.public_ip_addresses
WHERE subscriptionId = '{{ subscriptionId }}';