getUserRuleCollection

Gets a network manager security user configuration rule collection. Uses Azure REST API version 2022-04-01-preview. Other available API versions: 2021-02-01-preview, 2021-05-01-preview.

Return

Defines the user rule collection.

Parameters

argument

null


suspend fun getUserRuleCollection(configurationName: String, networkManagerName: String, resourceGroupName: String, ruleCollectionName: String): GetUserRuleCollectionResult

Return

Defines the 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.

ruleCollectionName

The name of the network manager security Configuration rule collection.

See also


Return

Defines the user rule collection.

Parameters

argument

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

See also