VirtualNetworkDnsForwardingRuleset Interface

public interface VirtualNetworkDnsForwardingRuleset

An immutable client-side representation of VirtualNetworkDnsForwardingRuleset.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: DNS Forwarding Ruleset Resource ID.

abstract VirtualNetworkDnsForwardingRulesetInner innerModel()

Gets the inner com.azure.resourcemanager.dnsresolver.fluent.models.VirtualNetworkDnsForwardingRulesetInner object.

abstract SubResource virtualNetworkLink()

Gets the virtualNetworkLink property: The reference to the virtual network link.

Method Details

id

public abstract String id()

Gets the id property: DNS Forwarding Ruleset Resource ID.

Returns:

the id value.

innerModel

public abstract VirtualNetworkDnsForwardingRulesetInner innerModel()

Gets the inner com.azure.resourcemanager.dnsresolver.fluent.models.VirtualNetworkDnsForwardingRulesetInner object.

Returns:

the inner object.

virtualNetworkLink

public abstract SubResource virtualNetworkLink()

Gets the virtualNetworkLink property: The reference to the virtual network link.

Returns:

the virtualNetworkLink value.

Applies to