toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.automation.kotlin.inputs
/
GetVariablePlainArgs
Get
Variable
Plain
Args
data
class
GetVariablePlainArgs
(
val
automationAccountName
:
String
,
val
resourceGroupName
:
String
,
val
variableName
:
String
)
:
ConvertibleToJava
<
GetVariablePlainArgs
>
Members
Constructors
Get
Variable
Plain
Args
Link copied to clipboard
constructor
(
automationAccountName
:
String
,
resourceGroupName
:
String
,
variableName
:
String
)
Properties
automation
Account
Name
Link copied to clipboard
val
automationAccountName
:
String
The name of the automation account.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
Name of an Azure Resource group.
variable
Name
Link copied to clipboard
val
variableName
:
String
The name of variable.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetVariablePlainArgs