FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent Class

Definition

The parameters used to create a new firewall rule while creating a new Data Lake Analytics account. Serialized Name: CreateFirewallRuleWithAccountParameters

public class FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent
type FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent = class
Public Class FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent
Inheritance
FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent

Constructors

FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent(String, IPAddress, IPAddress)

Initializes a new instance of FirewallRuleForDataLakeAnalyticsAccountCreateOrUpdateContent.

Properties

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. Serialized Name: CreateFirewallRuleWithAccountParameters.properties.endIpAddress

Name

The unique name of the firewall rule to create. Serialized Name: CreateFirewallRuleWithAccountParameters.name

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. Serialized Name: CreateFirewallRuleWithAccountParameters.properties.startIpAddress

Applies to