VirtualNetworksExtendedLocationArgs

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

Constructors

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

Functions

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

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.