ArmDataLakeAnalyticsModelFactory.FirewallRuleForDataLakeAnalyticsAccountUpdateContent Method
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.
Initializes a new instance of FirewallRuleForDataLakeAnalyticsAccountUpdateContent.
public static Azure.ResourceManager.DataLakeAnalytics.Models.FirewallRuleForDataLakeAnalyticsAccountUpdateContent FirewallRuleForDataLakeAnalyticsAccountUpdateContent(string name = default, System.Net.IPAddress startIPAddress = default, System.Net.IPAddress endIPAddress = default);
static member FirewallRuleForDataLakeAnalyticsAccountUpdateContent : string * System.Net.IPAddress * System.Net.IPAddress -> Azure.ResourceManager.DataLakeAnalytics.Models.FirewallRuleForDataLakeAnalyticsAccountUpdateContent
Public Shared Function FirewallRuleForDataLakeAnalyticsAccountUpdateContent (Optional name As String = Nothing, Optional startIPAddress As IPAddress = Nothing, Optional endIPAddress As IPAddress = Nothing) As FirewallRuleForDataLakeAnalyticsAccountUpdateContent
Parameters
- name
- String
The unique name of the firewall rule to update. Serialized Name: UpdateFirewallRuleWithAccountParameters.name
- startIPAddress
- IPAddress
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: UpdateFirewallRuleWithAccountParameters.properties.startIpAddress
- endIPAddress
- IPAddress
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: UpdateFirewallRuleWithAccountParameters.properties.endIpAddress
Returns
A new FirewallRuleForDataLakeAnalyticsAccountUpdateContent instance for mocking.