GetAzureVersionsResult

data class GetAzureVersionsResult(val id: String, val location: String? = null, val project: String? = null, val supportedRegions: List<String>, val validVersions: List<String>)

A collection of values returned by getAzureVersions.

Constructors

Link copied to clipboard
constructor(id: String, location: String? = null, project: String? = null, supportedRegions: List<String>, validVersions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val location: String? = null
Link copied to clipboard
val project: String? = null
Link copied to clipboard

A list of Azure regions that are available for use with this project and GCP location.

Link copied to clipboard

A list of versions available for use with this project and location.