ExtendedLocationArgs

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

Extended location is an extension of Azure locations. They provide a way to use their Azure ARC enabled Kubernetes clusters as target locations for deploying Azure services instances.

Constructors

Link copied to clipboard
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>>

Type of ExtendedLocation.

Functions

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