getNspAccessRule

Gets the specified NSP access rule by name. Uses Azure REST API version 2023-08-01-preview. Other available API versions: 2021-02-01-preview, 2023-07-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 NSP access rule resource

Parameters

argument

null


suspend fun getNspAccessRule(accessRuleName: String, networkSecurityPerimeterName: String, profileName: String, resourceGroupName: String): GetNspAccessRuleResult

Return

The NSP access rule resource

Parameters

accessRuleName

The name of the NSP access rule.

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 NSP access rule resource

Parameters

argument

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

See also