NetworkSecurityRule.UpdateStages.WithDestinationAddress Interface

public interface WithDestinationAddress

The stage of the network rule description allowing the destination address to be specified.

Method Summary

Modifier and Type Method and Description
NetworkSecurityRule.Update toAddress(String cidr)

Specifies the traffic destination address range to which this rule applies.

NetworkSecurityRule.Update toAnyAddress()

Makes the rule apply to any traffic destination address.

Method Details

toAddress

public Update toAddress(String cidr)

Specifies the traffic destination address range to which this rule applies.

Parameters:

cidr - an IP address range expressed in the CIDR notation

Returns:

the next stage of the definition

toAnyAddress

public Update toAnyAddress()

Makes the rule apply to any traffic destination address.

Returns:

the next stage of the definition

Applies to