service_tag_information
Creates, updates, deletes, gets or lists a service_tag_information
resource.
Overview
Name | service_tag_information |
Type | Resource |
Id | azure.network.service_tag_information |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of service tag. |
name | string | The name of service tag. |
properties | object | Properties of the service tag information. |
serviceTagChangeNumber | string | The iteration number of service tag object for region. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, subscriptionId | Gets a list of service tag information resources with pagination. |
SELECT
examples
Gets a list of service tag information resources with pagination.
SELECT
id,
name,
properties,
serviceTagChangeNumber
FROM azure.network.service_tag_information
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';