get Network Security Perimeter Profile
suspend fun getNetworkSecurityPerimeterProfile(argument: GetNetworkSecurityPerimeterProfilePlainArgs): GetNetworkSecurityPerimeterProfileResult
Gets the specified NSP profile. Uses Azure REST API version 2024-06-01-preview.
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
network Security Perimeter Name
The name of the network security perimeter.
profile Name
The name of the NSP profile.
resource Group Name
The name of the resource group.
See also
suspend fun getNetworkSecurityPerimeterProfile(argument: suspend GetNetworkSecurityPerimeterProfilePlainArgsBuilder.() -> Unit): GetNetworkSecurityPerimeterProfileResult
Return
The network security perimeter profile resource
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkSecurityPerimeterProfilePlainArgs.