get Network Security Perimeter
suspend fun getNetworkSecurityPerimeter(argument: GetNetworkSecurityPerimeterPlainArgs): GetNetworkSecurityPerimeterResult
Gets the specified network security perimeter by the name. Uses Azure REST API version 2024-06-01-preview. Other available API versions: 2021-02-01-preview, 2021-03-01-preview, 2023-07-01-preview, 2023-08-01-preview. 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 resource
Parameters
argument
null
suspend fun getNetworkSecurityPerimeter(networkSecurityPerimeterName: String, resourceGroupName: String): GetNetworkSecurityPerimeterResult
Return
The Network Security Perimeter resource
Parameters
network Security Perimeter Name
The name of the network security perimeter.
resource Group Name
The name of the resource group.
See also
suspend fun getNetworkSecurityPerimeter(argument: suspend GetNetworkSecurityPerimeterPlainArgsBuilder.() -> Unit): GetNetworkSecurityPerimeterResult
Return
The Network Security Perimeter resource
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkSecurityPerimeterPlainArgs.