get Private Link Scope
Returns a Azure Arc PrivateLinkScope. Uses Azure REST API version 2022-04-02-preview. Other available API versions: 2024-11-01-preview.
Return
An Azure Arc PrivateLinkScope definition.
Parameters
argument
null
suspend fun getPrivateLinkScope(resourceGroupName: String, scopeName: String): GetPrivateLinkScopeResult
Return
An Azure Arc PrivateLinkScope definition.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
scope Name
The name of the Azure Arc PrivateLinkScope resource.
See also
suspend fun getPrivateLinkScope(argument: suspend GetPrivateLinkScopePlainArgsBuilder.() -> Unit): GetPrivateLinkScopeResult
Return
An Azure Arc PrivateLinkScope definition.
Parameters
argument
Builder for com.pulumi.azurenative.kubernetesconfiguration.kotlin.inputs.GetPrivateLinkScopePlainArgs.