DnsSecurityRule.UpdateStages.WithAction Interface

public static interface DnsSecurityRule.UpdateStages.WithAction

The stage of the DnsSecurityRule update allowing to specify action.

Method Summary

Modifier and Type Method and Description
abstract Update withAction(DnsSecurityRuleAction action)

Specifies the action property: The action to take on DNS requests that match the DNS security rule..

Method Details

withAction

public abstract DnsSecurityRule.Update withAction(DnsSecurityRuleAction action)

Specifies the action property: The action to take on DNS requests that match the DNS security rule..

Parameters:

action - The action to take on DNS requests that match the DNS security rule.

Returns:

the next definition stage.

Applies to