ProviderExtendedLocationResponse

data class ProviderExtendedLocationResponse(val extendedLocations: List<String>? = null, val location: String? = null, val type: String? = null)

The provider extended location.

Constructors

Link copied to clipboard
constructor(extendedLocations: List<String>? = null, location: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The extended locations for the azure location.

Link copied to clipboard
val location: String? = null

The azure location.

Link copied to clipboard
val type: String? = null

The extended location type.