get Private Link Scope
Returns a Azure Arc PrivateLinkScope. API Version: 2022-04-02-preview.
Return
An Azure Arc PrivateLinkScope definition.
Parameters
argument
null
suspend fun getPrivateLinkScope(resourceGroupName: String, scopeName: String): GetPrivateLinkScopeResult
Return
An Azure Arc PrivateLinkScope definition.
See also
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.
suspend fun getPrivateLinkScope(argument: suspend GetPrivateLinkScopePlainArgsBuilder.() -> Unit): GetPrivateLinkScopeResult
Return
An Azure Arc PrivateLinkScope definition.
See also
Parameters
argument
Builder for com.pulumi.azurenative.kubernetesconfiguration.kotlin.inputs.GetPrivateLinkScopePlainArgs.