AzureResourceManagerCommonTypesExtendedLocationArgs

data class AzureResourceManagerCommonTypesExtendedLocationArgs(val name: Output<String>, val type: Output<Either<String, ExtendedLocationType>>) : ConvertibleToJava<AzureResourceManagerCommonTypesExtendedLocationArgs>

The complex type of the extended location.

Constructors

constructor(name: Output<String>, type: Output<Either<String, ExtendedLocationType>>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the extended location.

Link copied to clipboard
val type: Output<Either<String, ExtendedLocationType>>

The type of the extended location.

Functions

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