Get Service Tags Plain Args
data class GetServiceTagsPlainArgs(val location: String, val locationFilter: String? = null, val service: String) : ConvertibleToJava<GetServiceTagsPlainArgs>
A collection of arguments for invoking getServiceTags.
Constructors
Functions
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
The type of the service for which address prefixes will be fetched. Available service tags can be found here: Available service tags.