listDnsForwardingRulesetByVirtualNetwork

Lists DNS forwarding ruleset resource IDs attached to a virtual network. Uses Azure REST API version 2022-07-01. Other available API versions: 2020-04-01-preview, 2023-07-01-preview.

Return

The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset.

Parameters

argument

null


suspend fun listDnsForwardingRulesetByVirtualNetwork(resourceGroupName: String, top: Int? = null, virtualNetworkName: String): ListDnsForwardingRulesetByVirtualNetworkResult

Return

The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset.

Parameters

resourceGroupName

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

top

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

virtualNetworkName

The name of the virtual network.

See also


Return

The response to an enumeration operation on Virtual Network DNS Forwarding Ruleset.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.ListDnsForwardingRulesetByVirtualNetworkPlainArgs.

See also