get Admin Rule
Gets a network manager security configuration admin rule. API Version: 2021-02-01-preview.
Return
Network admin rule.
Parameters
argument
null
suspend fun getAdminRule(configurationName: String, networkManagerName: String, resourceGroupName: String, ruleCollectionName: String, ruleName: String): GetAdminRuleResult
Return
Network admin rule.
Parameters
configuration Name
The name of the network manager security Configuration.
network Manager Name
The name of the network manager.
resource Group Name
The name of the resource group.
rule Collection Name
The name of the network manager security Configuration rule collection.
rule Name
The name of the rule.
See also
suspend fun getAdminRule(argument: suspend GetAdminRulePlainArgsBuilder.() -> Unit): GetAdminRuleResult
Return
Network admin rule.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetAdminRulePlainArgs.