Automation Functions
object AutomationFunctions
Functions
Link copied to clipboard
Use this data source to access information about an existing Automation Account.
Link copied to clipboard
Use this data source to access information about an existing Automation Bool Variable.
suspend fun getBoolVariable(argument: suspend GetBoolVariablePlainArgsBuilder.() -> Unit): GetBoolVariableResult
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(argument: suspend GetDateTimeVariablePlainArgsBuilder.() -> Unit): GetDateTimeVariableResult
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(argument: suspend GetIntVariablePlainArgsBuilder.() -> Unit): GetIntVariableResult
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(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(argument: suspend GetStringVariablePlainArgsBuilder.() -> Unit): GetStringVariableResult
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(argument: suspend GetVariableObjectPlainArgsBuilder.() -> Unit): GetVariableObjectResult
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(argument: suspend GetVariablesPlainArgsBuilder.() -> Unit): GetVariablesResult