get Azure Monitor Workspace
suspend fun getAzureMonitorWorkspace(argument: GetAzureMonitorWorkspacePlainArgs): GetAzureMonitorWorkspaceResult
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
azure Monitor Workspace Name
The name of the Azure Monitor workspace. The name is case insensitive.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getAzureMonitorWorkspace(argument: suspend GetAzureMonitorWorkspacePlainArgsBuilder.() -> Unit): GetAzureMonitorWorkspaceResult
Return
An Azure Monitor Workspace definition.
Parameters
argument
Builder for com.pulumi.azurenative.monitor.kotlin.inputs.GetAzureMonitorWorkspacePlainArgs.