GetStringVariablePlainArgs

data class GetStringVariablePlainArgs(val automationAccountName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetStringVariablePlainArgs>

A collection of arguments for invoking getStringVariable.

Constructors

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

Properties

Link copied to clipboard

The name of the automation account in which the Automation Variable exists.

Link copied to clipboard

The name of the Automation Variable.

Link copied to clipboard

The Name of the Resource Group where the automation account exists.

Functions

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