你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdateFirewallRuleParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.store.models.UpdateFirewallRuleParameters

public class UpdateFirewallRuleParameters

Data Lake Analytics firewall rule update parameters.

Method Summary

Modifier and Type Method and Description
String endIpAddress()

Get the endIpAddress value.

String startIpAddress()

Get the startIpAddress value.

UpdateFirewallRuleParameters withEndIpAddress(String endIpAddress)

Set the endIpAddress value.

UpdateFirewallRuleParameters withStartIpAddress(String startIpAddress)

Set the startIpAddress value.

Method Details

endIpAddress

public String endIpAddress()

Get the endIpAddress value.

Returns:

the endIpAddress value

startIpAddress

public String startIpAddress()

Get the startIpAddress value.

Returns:

the startIpAddress value

withEndIpAddress

public UpdateFirewallRuleParameters withEndIpAddress(String endIpAddress)

Set the endIpAddress value.

Parameters:

endIpAddress - the endIpAddress value to set

Returns:

the UpdateFirewallRuleParameters object itself.

withStartIpAddress

public UpdateFirewallRuleParameters withStartIpAddress(String startIpAddress)

Set the startIpAddress value.

Parameters:

startIpAddress - the startIpAddress value to set

Returns:

the UpdateFirewallRuleParameters object itself.

Applies to