get Network Security Perimeter Access Rule
suspend fun getNetworkSecurityPerimeterAccessRule(argument: GetNetworkSecurityPerimeterAccessRulePlainArgs): GetNetworkSecurityPerimeterAccessRuleResult
Gets the specified NSP access rule by name. Uses Azure REST API version 2024-06-01-preview.
Return
The NSP access rule resource
Parameters
argument
null
suspend fun getNetworkSecurityPerimeterAccessRule(accessRuleName: String, networkSecurityPerimeterName: String, profileName: String, resourceGroupName: String): GetNetworkSecurityPerimeterAccessRuleResult
Return
The NSP access rule resource
Parameters
access Rule Name
The name of the NSP access rule.
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 getNetworkSecurityPerimeterAccessRule(argument: suspend GetNetworkSecurityPerimeterAccessRulePlainArgsBuilder.() -> Unit): GetNetworkSecurityPerimeterAccessRuleResult
Return
The NSP access rule resource
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkSecurityPerimeterAccessRulePlainArgs.