ListDnsResolverByVirtualNetworkPlainArgs

data class ListDnsResolverByVirtualNetworkPlainArgs(val resourceGroupName: String, val top: Int? = null, val virtualNetworkName: String) : ConvertibleToJava<ListDnsResolverByVirtualNetworkPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, top: Int? = null, virtualNetworkName: String)

Properties

Link copied to clipboard

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

Link copied to clipboard
val top: Int? = null

The maximum number of results to return. If not specified, returns up to 100 results.

Link copied to clipboard

The name of the virtual network.

Functions

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