Interface ForwardingRule.UpdateStages.WithTargetDnsServers

  • All Known Subinterfaces:
    ForwardingRule.Update
    Enclosing interface:
    ForwardingRule.UpdateStages

    public static interface ForwardingRule.UpdateStages.WithTargetDnsServers
    The stage of the ForwardingRule update allowing to specify targetDnsServers.
    • Method Detail

      • withTargetDnsServers

        ForwardingRule.Update withTargetDnsServers​(List<TargetDnsServer> targetDnsServers)
        Specifies the targetDnsServers property: DNS servers to forward the DNS query to..
        Parameters:
        targetDnsServers - DNS servers to forward the DNS query to.
        Returns:
        the next definition stage.