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. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native kubernetesconfiguration [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
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.