GetVariablePlainArgs

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

Constructors

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

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.

Functions

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