getNetworkSecurityPerimeterProfile

Gets the specified NSP profile. 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 profile resource

Parameters

argument

null


suspend fun getNetworkSecurityPerimeterProfile(networkSecurityPerimeterName: String, profileName: String, resourceGroupName: String): GetNetworkSecurityPerimeterProfileResult

Return

The network security perimeter profile resource

Parameters

networkSecurityPerimeterName

The name of the network security perimeter.

profileName

The name of the NSP profile.

resourceGroupName

The name of the resource group.

See also


Return

The network security perimeter profile resource

Parameters

argument

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

See also