getSecurityUserRuleCollection

Gets a network manager security user configuration rule collection. Uses Azure REST API version 2024-05-01. Other available API versions: 2024-03-01, 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

Defines the security user rule collection.

Parameters

argument

null


suspend fun getSecurityUserRuleCollection(configurationName: String, networkManagerName: String, resourceGroupName: String, ruleCollectionName: String): GetSecurityUserRuleCollectionResult

Return

Defines the security user rule collection.

Parameters

configurationName

The name of the network manager Security Configuration.

networkManagerName

The name of the network manager.

resourceGroupName

The name of the resource group. The name is case insensitive.

ruleCollectionName

The name of the network manager security Configuration rule collection.

See also


Return

Defines the security user rule collection.

Parameters

argument

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

See also