GetSecurityRulePlainArgs

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

Constructors

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

Properties

Link copied to clipboard

Name of the network security group

Link copied to clipboard

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

Link copied to clipboard

Name of the security rule.

Functions

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