GetVariablePlainArgs

data class GetVariablePlainArgs(val automationAccountName: String, val resourceGroupName: String, val variableName: String) : ConvertibleToJava<GetVariablePlainArgs>

Constructors

Link copied to clipboard
fun GetVariablePlainArgs(automationAccountName: String, resourceGroupName: String, variableName: String)

Functions

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

Properties

Link copied to clipboard

The name of the automation account.

Link copied to clipboard

Name of an Azure Resource group.

Link copied to clipboard

The name of variable.