ExtendedLocationArgs

data class ExtendedLocationArgs(val name: Output<String>, val type: Output<String>) : 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<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the extended location.

Link copied to clipboard
val type: Output<String>

The type of the extended location.

Functions

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