getPipelineGroup

Returns the specific pipeline group instance. Uses Azure REST API version 2024-10-01-preview. Other available API versions: 2023-10-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

A pipeline group definition.

Parameters

argument

null


suspend fun getPipelineGroup(pipelineGroupName: String, resourceGroupName: String): GetPipelineGroupResult

Return

A pipeline group definition.

Parameters

pipelineGroupName

The name of pipeline group. The name is case insensitive.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

A pipeline group definition.

Parameters

argument

Builder for com.pulumi.azurenative.monitor.kotlin.inputs.GetPipelineGroupPlainArgs.

See also