AutomationFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing Automation Account.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(name: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Use this data source to access information about an existing Automation Bool Variable.

suspend fun getBoolVariable(automationAccountName: String, name: String, resourceGroupName: String): GetBoolVariableResult
Link copied to clipboard

Use this data source to access information about an existing Automation Datetime Variable.

suspend fun getDateTimeVariable(automationAccountName: String, name: String, resourceGroupName: String): GetDateTimeVariableResult
Link copied to clipboard

Use this data source to access information about an existing Automation Int Variable.

suspend fun getIntVariable(automationAccountName: String, name: String, resourceGroupName: String): GetIntVariableResult
Link copied to clipboard

Use this data source to access information about an existing Automation Runbook.

suspend fun getRunbook(argument: suspend GetRunbookPlainArgsBuilder.() -> Unit): GetRunbookResult
suspend fun getRunbook(automationAccountName: String, name: String, resourceGroupName: String): GetRunbookResult
Link copied to clipboard

Use this data source to access information about an existing Automation String Variable.

suspend fun getStringVariable(automationAccountName: String, name: String, resourceGroupName: String): GetStringVariableResult
Link copied to clipboard

Use this data source to access information about an existing Automation Object Variable.

suspend fun getVariableObject(automationAccountName: String, name: String, resourceGroupName: String): GetVariableObjectResult
Link copied to clipboard

Use this data source to get all variables in an Automation Account.

suspend fun getVariables(automationAccountId: String): GetVariablesResult