FirewallRuleInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. datalakeanalytics. fluent. models. FirewallRuleInner
- com.
- com.
public final class FirewallRuleInner
extends SubResource
Data Lake Analytics firewall rule information.
Constructor Summary
| Constructor | Description |
|---|---|
| FirewallRuleInner() |
Creates an instance of Firewall |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
endIpAddress()
Get the end |
|
static
Firewall |
fromJson(JsonReader jsonReader)
Reads an instance of Firewall |
| String |
name()
Get the name property: The resource name. |
| String |
startIpAddress()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| void |
validate()
Validates the instance. |
|
Firewall |
withId(String id) |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
FirewallRuleInner
public FirewallRuleInner()
Creates an instance of FirewallRuleInner class.
Method Details
endIpAddress
public String endIpAddress()
Get the endIpAddress property: The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
Returns:
fromJson
public static FirewallRuleInner fromJson(JsonReader jsonReader)
Reads an instance of FirewallRuleInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The resource name.
Returns:
startIpAddress
public String startIpAddress()
Get the startIpAddress property: The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FirewallRuleInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public FirewallRuleInner withId(String id)
Overrides:
FirewallRuleInner.withId(String id)Parameters: