AutomationFunctions

Functions

Link copied to clipboard

Definition of the automation account type. API Version: 2021-06-22.

suspend fun getAutomationAccount(automationAccountName: String, resourceGroupName: String): GetAutomationAccountResult
Link copied to clipboard

Definition of the certificate. API Version: 2019-06-01.

suspend fun getCertificate(automationAccountName: String, certificateName: String, resourceGroupName: String): GetCertificateResult
Link copied to clipboard

Definition of the connection. API Version: 2019-06-01.

suspend fun getConnection(automationAccountName: String, connectionName: String, resourceGroupName: String): GetConnectionResult
Link copied to clipboard

Definition of the connection type. API Version: 2019-06-01.

suspend fun getConnectionType(automationAccountName: String, connectionTypeName: String, resourceGroupName: String): GetConnectionTypeResult
Link copied to clipboard

Definition of the credential. API Version: 2019-06-01.

suspend fun getCredential(automationAccountName: String, credentialName: String, resourceGroupName: String): GetCredentialResult
Link copied to clipboard

Definition of the configuration type. API Version: 2019-06-01.

suspend fun getDscConfiguration(automationAccountName: String, configurationName: String, resourceGroupName: String): GetDscConfigurationResult
Link copied to clipboard

Definition of the dsc node configuration. API Version: 2019-06-01.

suspend fun getDscNodeConfiguration(automationAccountName: String, nodeConfigurationName: String, resourceGroupName: String): GetDscNodeConfigurationResult
Link copied to clipboard

Definition of hybrid runbook worker. API Version: 2021-06-22.

suspend fun getHybridRunbookWorker(automationAccountName: String, hybridRunbookWorkerGroupName: String, hybridRunbookWorkerId: String, resourceGroupName: String): GetHybridRunbookWorkerResult
Link copied to clipboard

Definition of hybrid runbook worker group. API Version: 2021-06-22.

suspend fun getHybridRunbookWorkerGroup(automationAccountName: String, hybridRunbookWorkerGroupName: String, resourceGroupName: String): GetHybridRunbookWorkerGroupResult
Link copied to clipboard

Definition of the job schedule. API Version: 2019-06-01.

suspend fun getJobSchedule(automationAccountName: String, jobScheduleId: String, resourceGroupName: String): GetJobScheduleResult
Link copied to clipboard

Definition of the module type. API Version: 2019-06-01.

suspend fun getModule(argument: suspend GetModulePlainArgsBuilder.() -> Unit): GetModuleResult
suspend fun getModule(automationAccountName: String, moduleName: String, resourceGroupName: String): GetModuleResult
Link copied to clipboard

A private endpoint connection API Version: 2020-01-13-preview.

suspend fun getPrivateEndpointConnection(automationAccountName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Definition of the module type. API Version: 2019-06-01.

suspend fun getPython2Package(automationAccountName: String, packageName: String, resourceGroupName: String): GetPython2PackageResult
Link copied to clipboard

Definition of the runbook type. API Version: 2019-06-01.

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

Definition of the schedule. API Version: 2019-06-01.

suspend fun getSchedule(argument: suspend GetSchedulePlainArgsBuilder.() -> Unit): GetScheduleResult
suspend fun getSchedule(automationAccountName: String, resourceGroupName: String, scheduleName: String): GetScheduleResult
Link copied to clipboard

Definition of the source control. API Version: 2019-06-01.

suspend fun getSourceControl(automationAccountName: String, resourceGroupName: String, sourceControlName: String): GetSourceControlResult
Link copied to clipboard

Definition of the variable. API Version: 2019-06-01.

suspend fun getVariable(argument: suspend GetVariablePlainArgsBuilder.() -> Unit): GetVariableResult
suspend fun getVariable(automationAccountName: String, resourceGroupName: String, variableName: String): GetVariableResult
Link copied to clipboard

Definition of the watcher type. API Version: 2019-06-01.

suspend fun getWatcher(argument: suspend GetWatcherPlainArgsBuilder.() -> Unit): GetWatcherResult
suspend fun getWatcher(automationAccountName: String, resourceGroupName: String, watcherName: String): GetWatcherResult
Link copied to clipboard

Definition of the webhook type. API Version: 2015-10-31.

suspend fun getWebhook(argument: suspend GetWebhookPlainArgsBuilder.() -> Unit): GetWebhookResult
suspend fun getWebhook(automationAccountName: String, resourceGroupName: String, webhookName: String): GetWebhookResult