ListListEffectiveVirtualNetworkByNetworkGroupPlainArgs

data class ListListEffectiveVirtualNetworkByNetworkGroupPlainArgs(val networkGroupName: String, val networkManagerName: String, val resourceGroupName: String, val skipToken: String? = null) : ConvertibleToJava<ListListEffectiveVirtualNetworkByNetworkGroupPlainArgs>

Constructors

fun ListListEffectiveVirtualNetworkByNetworkGroupPlainArgs(networkGroupName: String, networkManagerName: String, resourceGroupName: String, skipToken: String? = null)

Functions

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

Properties

Link copied to clipboard

The name of the network group.

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

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.