GetFirewallRuleResult

data class GetFirewallRuleResult(val azureApiVersion: String, val endIpAddress: String, val id: String, val name: String, val startIpAddress: String, val type: String)

Data Lake Analytics firewall rule information.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, endIpAddress: String, id: String, name: String, startIpAddress: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

The resource name.

Link copied to clipboard

The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

Link copied to clipboard

The resource type.