GetLocationPlainArgs

data class GetLocationPlainArgs(val location: String) : ConvertibleToJava<GetLocationPlainArgs>

A collection of arguments for invoking getLocation.

Constructors

Link copied to clipboard
constructor(location: String)

Properties

Link copied to clipboard

Specifies the supported Azure location where the resource exists.

Functions

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