GetNetworkSecurityGroupPlainArgs

data class GetNetworkSecurityGroupPlainArgs(val expand: String? = null, val networkSecurityGroupName: String, val resourceGroupName: String) : ConvertibleToJava<GetNetworkSecurityGroupPlainArgs>

Constructors

Link copied to clipboard
fun GetNetworkSecurityGroupPlainArgs(expand: String? = null, networkSecurityGroupName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the network security group.

Link copied to clipboard

The name of the resource group.