FirewallRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data Lake Analytics firewall rule information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class FirewallRule : Microsoft.Azure.Management.DataLake.Analytics.Models.OptionalSubResource
[Microsoft.Rest.Serialization.JsonTransformation]
public class FirewallRule : Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallRule = class
inherit OptionalSubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallRule = class
inherit SubResource
Public Class FirewallRule
Inherits OptionalSubResource
Public Class FirewallRule
Inherits SubResource
- Inheritance
- Inheritance
- 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 resource Id (Inherited from OptionalSubResource) |
Id |
Gets the resource identifier. (Inherited from SubResource) |
Name |
Gets or sets resource name (Inherited from OptionalSubResource) |
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 resource type (Inherited from OptionalSubResource) |
Type |
Gets the resource type. (Inherited from SubResource) |
Methods
Validate() |
Validate the object. |
Validate() |
Validate the object. (Inherited from SubResource) |
Applies to
Azure SDK for .NET