GetServiceTagsPlainArgs

data class GetServiceTagsPlainArgs(val location: String, val locationFilter: String? = null, val service: String) : ConvertibleToJava<GetServiceTagsPlainArgs>

A collection of arguments for invoking getServiceTags.

Constructors

Link copied to clipboard
fun GetServiceTagsPlainArgs(location: String, locationFilter: String? = null, service: String)

Functions

Link copied to clipboard
open override fun toJava(): GetServiceTagsPlainArgs

Properties

Link copied to clipboard

The Azure Region where the Service Tags exists. This value is not used to filter the results but for specifying the region to request. For filtering by region use location_filter instead. More information can be found here: Service Tags URL parameters.

Link copied to clipboard
val locationFilter: String? = null

Changes the scope of the service tags. Can be any value that is also valid for location. If this field is empty then all address prefixes are considered instead of only location specific ones.

Link copied to clipboard

The type of the service for which address prefixes will be fetched. Available service tags can be found here: Available service tags.