Class CreateFirewallRuleWithAccountParameters
java.lang.Object
com.microsoft.azure.management.datalake.store.models.CreateFirewallRuleWithAccountParameters
The parameters used to create a new firewall rule while creating a new Data
Lake Store account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the endIpAddress value.name()
Get the name value.Get the startIpAddress value.withEndIpAddress
(String endIpAddress) Set the endIpAddress value.Set the name value.withStartIpAddress
(String startIpAddress) Set the startIpAddress value.
-
Constructor Details
-
CreateFirewallRuleWithAccountParameters
public CreateFirewallRuleWithAccountParameters()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the CreateFirewallRuleWithAccountParameters object itself.
-
startIpAddress
Get the startIpAddress value.- Returns:
- the startIpAddress value
-
withStartIpAddress
Set the startIpAddress value.- Parameters:
startIpAddress
- the startIpAddress value to set- Returns:
- the CreateFirewallRuleWithAccountParameters object itself.
-
endIpAddress
Get the endIpAddress value.- Returns:
- the endIpAddress value
-
withEndIpAddress
Set the endIpAddress value.- Parameters:
endIpAddress
- the endIpAddress value to set- Returns:
- the CreateFirewallRuleWithAccountParameters object itself.
-