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

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.

Functions

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