getProviderInstance

Gets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name. Uses Azure REST API version 2023-04-01. Other available API versions: 2023-10-01-preview, 2023-12-01-preview, 2024-02-01-preview.

Return

A provider instance associated with SAP monitor.

Parameters

argument

null


suspend fun getProviderInstance(monitorName: String, providerInstanceName: String, resourceGroupName: String): GetProviderInstanceResult

Return

A provider instance associated with SAP monitor.

Parameters

monitorName

Name of the SAP monitor resource.

providerInstanceName

Name of the provider instance.

resourceGroupName

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

See also


Return

A provider instance associated with SAP monitor.

Parameters

argument

Builder for com.pulumi.azurenative.workloads.kotlin.inputs.GetProviderInstancePlainArgs.

See also