get Private Link Scoped Resource
suspend fun getPrivateLinkScopedResource(argument: GetPrivateLinkScopedResourcePlainArgs): GetPrivateLinkScopedResourceResult
Gets a scoped resource in a private link scope. Uses Azure REST API version 2020-08-15-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.
resource Group Name
The name of the resource group.
scope Name
The name of the Azure Arc PrivateLinkScope resource.
See also
suspend fun getPrivateLinkScopedResource(argument: suspend GetPrivateLinkScopedResourcePlainArgsBuilder.() -> Unit): GetPrivateLinkScopedResourceResult
Return
A private link scoped resource
Parameters
argument
Builder for com.pulumi.azurenative.hybridcompute.kotlin.inputs.GetPrivateLinkScopedResourcePlainArgs.