ListLocalRulestackAdvancedSecurityObjectsPlainArgs

data class ListLocalRulestackAdvancedSecurityObjectsPlainArgs(val localRulestackName: String, val resourceGroupName: String, val skip: String? = null, val top: Int? = null, val type: String) : ConvertibleToJava<ListLocalRulestackAdvancedSecurityObjectsPlainArgs>

Constructors

constructor(localRulestackName: String, resourceGroupName: String, skip: String? = null, top: Int? = null, type: String)

Properties

Link copied to clipboard

LocalRulestack resource name

Link copied to clipboard

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

Link copied to clipboard
val skip: String? = null
Link copied to clipboard
val top: Int? = null
Link copied to clipboard

Functions

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