FirewallRule.DefinitionStages.WithStartIpAddress Interface

public static interface FirewallRule.DefinitionStages.WithStartIpAddress

The stage of the FirewallRule definition allowing to specify startIpAddress.

Method Summary

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

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

Method Details

withStartIpAddress

public abstract FirewallRule.DefinitionStages.WithEndIpAddress withStartIpAddress(String startIpAddress)

Specifies the startIpAddress property: The start IP address of the server firewall rule. Must be IPv4 format..

Parameters:

startIpAddress - The start IP address of the server firewall rule. Must be IPv4 format.

Returns:

the next definition stage.

Applies to