FirewallRule interface
Data Lake Analytics firewall rule information.
- Extends
Properties
end |
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endIpAddress
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. NOTE: This property will not be serialized. It can only be populated by the server.
endIpAddress?: string
Property Value
string
startIpAddress
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. NOTE: This property will not be serialized. It can only be populated by the server.
startIpAddress?: string
Property Value
string
Inherited Property Details
id
The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SubResource.id
name
The resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From SubResource.name
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From SubResource.type
Azure SDK for JavaScript