public class FirewallRuleInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
FirewallRuleInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
endIpAddress()
Get the endIpAddress property: The end IP address of the firewall rule.
|
String |
kind()
Get the kind property: Kind of server that contains this firewall rule.
|
String |
location()
Get the location property: Location of the server that contains this firewall rule.
|
String |
startIpAddress()
Get the startIpAddress property: The start IP address of the firewall rule.
|
void |
validate()
Validates the instance.
|
FirewallRuleInner |
withEndIpAddress(String endIpAddress)
Set the endIpAddress property: The end IP address of the firewall rule.
|
FirewallRuleInner |
withStartIpAddress(String startIpAddress)
Set the startIpAddress property: The start IP address of the firewall rule.
|
public String kind()
public String location()
public String startIpAddress()
public FirewallRuleInner withStartIpAddress(String startIpAddress)
startIpAddress - the startIpAddress value to set.public String endIpAddress()
public FirewallRuleInner withEndIpAddress(String endIpAddress)
endIpAddress - the endIpAddress value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.