IpFirewallRuleProperties Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. fluent. models. IpFirewallRuleProperties
- com.
Implements
public final class IpFirewallRuleProperties
implements JsonSerializable<IpFirewallRuleProperties>
IP firewall rule properties.
Constructor Summary
| Constructor | Description |
|---|---|
| IpFirewallRuleProperties() |
Creates an instance of Ip |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
endIpAddress()
Get the end |
|
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
startIpAddress()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Ip |
withEndIpAddress(String endIpAddress)
Set the end |
|
Ip |
withStartIpAddress(String startIpAddress)
Set the start |
Methods inherited from java.lang.Object
Constructor Details
IpFirewallRuleProperties
public IpFirewallRuleProperties()
Creates an instance of IpFirewallRuleProperties class.
Method Details
endIpAddress
public String endIpAddress()
Get the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress.
Returns:
fromJson
public static IpFirewallRuleProperties fromJson(JsonReader jsonReader)
Reads an instance of IpFirewallRuleProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Resource provisioning state.
Returns:
startIpAddress
public String startIpAddress()
Get the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEndIpAddress
public IpFirewallRuleProperties withEndIpAddress(String endIpAddress)
Set the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress.
Parameters:
Returns:
withStartIpAddress
public IpFirewallRuleProperties withStartIpAddress(String startIpAddress)
Set the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format.
Parameters:
Returns: