FirewallRule Class

Definition

Data Lake Store firewall rule information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FirewallRule : Microsoft.Azure.Management.DataLake.Store.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallRule = class
    inherit SubResource
Public Class FirewallRule
Inherits SubResource
Inheritance
FirewallRule
Attributes

Constructors

FirewallRule()

Initializes a new instance of the FirewallRule class.

FirewallRule(String, String, String, String, String)

Initializes a new instance of the FirewallRule class.

Properties

EndIpAddress

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

Id

Gets the resource identifier.

(Inherited from SubResource)
Name

Gets the resource name.

(Inherited from SubResource)
StartIpAddress

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

Type

Gets the resource type.

(Inherited from SubResource)

Methods

Validate()

Validate the object.

Applies to