service_tags
Creates, updates, deletes, gets or lists a service_tags
resource.
Overview
Name | service_tags |
Type | Resource |
Id | azure.network.service_tags |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the cloud. |
name | string | The name of the cloud. |
changeNumber | string | The iteration number. |
cloud | string | The name of the cloud. |
nextLink | string | The URL to get next page of service tag information resources. |
type | string | The azure resource type. |
values | array | The list of service tag information resources. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, subscriptionId | Gets a list of service tag information resources. |
SELECT
examples
Gets a list of service tag information resources.
SELECT
id,
name,
changeNumber,
cloud,
nextLink,
type,
values
FROM azure.network.service_tags
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';