get Action Group
Get an action group. Uses Azure REST API version 2024-10-01-preview. Other available API versions: 2023-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native monitor [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
An action group resource.
Parameters
argument
null
suspend fun getActionGroup(actionGroupName: String, resourceGroupName: String): GetActionGroupResult
Return
An action group resource.
Parameters
action Group Name
The name of the action group.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getActionGroup(argument: suspend GetActionGroupPlainArgsBuilder.() -> Unit): GetActionGroupResult
Return
An action group resource.
Parameters
argument
Builder for com.pulumi.azurenative.monitor.kotlin.inputs.GetActionGroupPlainArgs.