GetExtendedLocationsResult

data class GetExtendedLocationsResult(val extendedLocations: List<String>, val id: String, val location: String)

A collection of values returned by getExtendedLocations.

Constructors

Link copied to clipboard
constructor(extendedLocations: List<String>, id: String, location: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The available extended locations for the Azure Location.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard