FirewallRule.UpdateStages.WithStartIpAddress Interface

public static interface FirewallRule.UpdateStages.WithStartIpAddress

The stage of the FirewallRule update allowing to specify startIpAddress.

Method Summary

Modifier and Type Method and Description
abstract Update withStartIpAddress(String startIpAddress)

Specifies the startIpAddress property: The start IP address for the firewall rule.

Method Details

withStartIpAddress

public abstract FirewallRule.Update withStartIpAddress(String startIpAddress)

Specifies the startIpAddress property: The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol..

Parameters:

startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

Returns:

the next definition stage.

Applies to