getAzureMonitorWorkspace

Returns the specific Azure Monitor workspace Uses Azure REST API version 2023-10-01-preview. Other available API versions: 2023-04-03. 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 Azure Monitor Workspace definition.

Parameters

argument

null


suspend fun getAzureMonitorWorkspace(azureMonitorWorkspaceName: String, resourceGroupName: String): GetAzureMonitorWorkspaceResult

Return

An Azure Monitor Workspace definition.

Parameters

azureMonitorWorkspaceName

The name of the Azure Monitor workspace. The name is case insensitive.

resourceGroupName

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

See also


Return

An Azure Monitor Workspace definition.

Parameters

argument

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

See also