ListActiveSecurityAdminRulesPlainArgs

data class ListActiveSecurityAdminRulesPlainArgs(val networkManagerName: String, val regions: List<String>? = null, val resourceGroupName: String, val skipToken: String? = null, val top: Int? = null) : ConvertibleToJava<ListActiveSecurityAdminRulesPlainArgs>

Constructors

Link copied to clipboard
constructor(networkManagerName: String, regions: List<String>? = null, resourceGroupName: String, skipToken: String? = null, top: Int? = null)

Properties

Link copied to clipboard

The name of the network manager.

Link copied to clipboard
val regions: List<String>? = null

List of regions.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard
val skipToken: String? = null

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

Link copied to clipboard
val top: Int? = null

An optional query parameter which specifies the maximum number of records to be returned by the server.

Functions

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