ListEffectiveVirtualNetworkByNetworkManagerPlainArgs

data class ListEffectiveVirtualNetworkByNetworkManagerPlainArgs(val conditionalMembers: String? = null, val networkManagerName: String, val resourceGroupName: String, val skipToken: String? = null, val top: Int? = null) : ConvertibleToJava<ListEffectiveVirtualNetworkByNetworkManagerPlainArgs>

Constructors

constructor(conditionalMembers: String? = null, networkManagerName: String, resourceGroupName: String, skipToken: String? = null, top: Int? = null)

Properties

Link copied to clipboard

Conditional Members.

Link copied to clipboard

The name of the network manager.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard
val skipToken: String? = null

Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

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(): ListEffectiveVirtualNetworkByNetworkManagerPlainArgs