getNetworkSecurityPerimeterLink

Gets the specified NSP link resource. Uses Azure REST API version 2024-06-01-preview. Other available API versions: 2024-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The network security perimeter link resource

Parameters

argument

null


suspend fun getNetworkSecurityPerimeterLink(linkName: String, networkSecurityPerimeterName: String, resourceGroupName: String): GetNetworkSecurityPerimeterLinkResult

Return

The network security perimeter link resource

Parameters

linkName

The name of the NSP link.

networkSecurityPerimeterName

The name of the network security perimeter.

resourceGroupName

The name of the resource group.

See also


Return

The network security perimeter link resource

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkSecurityPerimeterLinkPlainArgs.

See also