pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.authorization.kotlin.inputs
/
GetVariableValuePlainArgs
Get
Variable
Value
Plain
Args
data
class
GetVariableValuePlainArgs
(
val
variableName
:
String
,
val
variableValueName
:
String
)
:
ConvertibleToJava
<
GetVariableValuePlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Variable
Value
Plain
Args
Link copied to clipboard
fun
GetVariableValuePlainArgs
(
variableName
:
String
,
variableValueName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetVariableValuePlainArgs
Properties
variable
Name
Link copied to clipboard
val
variableName
:
String
The name of the variable to operate on.
variable
Value
Name
Link copied to clipboard
val
variableValueName
:
String
The name of the variable value to operate on.