getWatcher

Retrieve the watcher identified by watcher name. API Version: 2019-06-01.

Return

Definition of the watcher type.

Parameters

argument

null


suspend fun getWatcher(automationAccountName: String, resourceGroupName: String, watcherName: String): GetWatcherResult

Return

Definition of the watcher type.

Parameters

automationAccountName

The name of the automation account.

resourceGroupName

Name of an Azure Resource group.

watcherName

The watcher name.

See also


suspend fun getWatcher(argument: suspend GetWatcherPlainArgsBuilder.() -> Unit): GetWatcherResult

Return

Definition of the watcher type.

Parameters

argument

Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetWatcherPlainArgs.

See also