ListFirewallPolicyIdpsSignaturePlainArgs

data class ListFirewallPolicyIdpsSignaturePlainArgs(val filters: List<FilterItems>? = null, val firewallPolicyName: String, val orderBy: OrderBy? = null, val resourceGroupName: String, val resultsPerPage: Int? = null, val search: String? = null, val skip: Int? = null) : ConvertibleToJava<ListFirewallPolicyIdpsSignaturePlainArgs>

Constructors

Link copied to clipboard
constructor(filters: List<FilterItems>? = null, firewallPolicyName: String, orderBy: OrderBy? = null, resourceGroupName: String, resultsPerPage: Int? = null, search: String? = null, skip: Int? = null)

Properties

Link copied to clipboard
val filters: List<FilterItems>? = null

Contain all filters names and values

Link copied to clipboard

The name of the Firewall Policy.

Link copied to clipboard
val orderBy: OrderBy? = null

Column to sort response by

Link copied to clipboard

The name of the resource group.

Link copied to clipboard
val resultsPerPage: Int? = null

The number of the results to return in each page

Link copied to clipboard
val search: String? = null

Search term in all columns

Link copied to clipboard
val skip: Int? = null

The number of records matching the filter to skip

Functions

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