FirewallRule Class
- java.
lang. Object - SubResource
- com.
microsoft. azure. management. datalake. store. models. FirewallRule
- com.
public class FirewallRule extends SubResource
Data Lake Store firewall rule information.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
endIpAddress()
Get the endIpAddress value. |
String |
startIpAddress()
Get the startIpAddress value. |
Firewall |
withEndIpAddress(String endIpAddress)
Set the endIpAddress value. |
Firewall |
withStartIpAddress(String startIpAddress)
Set the startIpAddress value. |
Inherited Members
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 FirewallRule withEndIpAddress(String endIpAddress)
Set the endIpAddress value.
Parameters:
endIpAddress
- the endIpAddress value to set
Returns:
the FirewallRule object itself.
withStartIpAddress
public FirewallRule withStartIpAddress(String startIpAddress)
Set the startIpAddress value.
Parameters:
startIpAddress
- the startIpAddress value to set
Returns:
the FirewallRule object itself.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java