getManagedPrivateEndpoint

The managed private endpoint resource type. Uses Azure REST API version 2024-10-01. Other available API versions: 2022-10-01-preview, 2023-09-01, 2023-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dashboard [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The managed private endpoint resource type.

Parameters

argument

null


suspend fun getManagedPrivateEndpoint(managedPrivateEndpointName: String, resourceGroupName: String, workspaceName: String): GetManagedPrivateEndpointResult

Return

The managed private endpoint resource type.

Parameters

managedPrivateEndpointName

The managed private endpoint name of Azure Managed Grafana.

resourceGroupName

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

workspaceName

The workspace name of Azure Managed Grafana.

See also


Return

The managed private endpoint resource type.

Parameters

argument

Builder for com.pulumi.azurenative.dashboard.kotlin.inputs.GetManagedPrivateEndpointPlainArgs.

See also