ExtendedLocationArgs

data class ExtendedLocationArgs(val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ExtendedLocationArgs>

The extended location for off-azure resources.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The extended location name.

Link copied to clipboard
val type: Output<String>? = null

The extended location type.

Functions

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