GetSecurityRulePlainArgs

data class GetSecurityRulePlainArgs(val networkSecurityGroupName: String, val resourceGroupName: String, val securityRuleName: String) : ConvertibleToJava<GetSecurityRulePlainArgs>

Constructors

Link copied to clipboard
fun GetSecurityRulePlainArgs(networkSecurityGroupName: String, resourceGroupName: String, securityRuleName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetSecurityRulePlainArgs

Properties

Link copied to clipboard

The name of the network security group.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the security rule.