getPrivateLinkScopedResource

Gets a scoped resource in a private link scope. Uses Azure REST API version 2023-06-01-preview.

Return

A private link scoped resource

Parameters

argument

null


suspend fun getPrivateLinkScopedResource(name: String, resourceGroupName: String, scopeName: String): GetPrivateLinkScopedResourceResult

Return

A private link scoped resource

Parameters

name

The name of the scoped resource object.

resourceGroupName

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

scopeName

The name of the Azure Monitor PrivateLinkScope resource.

See also


Return

A private link scoped resource

Parameters

argument

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

See also