Delen via


FirewallRulesOperationsExtensions.CreateOrUpdate Method

Definition

Overloads

CreateOrUpdate(IFirewallRulesOperations, String, String, String, CreateOrUpdateFirewallRuleParameters)

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

CreateOrUpdate(IFirewallRulesOperations, String, String, String, FirewallRule)

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

CreateOrUpdate(IFirewallRulesOperations, String, String, String, CreateOrUpdateFirewallRuleParameters)

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

public static Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule CreateOrUpdate (this Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations operations, string resourceGroupName, string accountName, string firewallRuleName, Microsoft.Azure.Management.DataLake.Analytics.Models.CreateOrUpdateFirewallRuleParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.CreateOrUpdateFirewallRuleParameters -> Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule
<Extension()>
Public Function CreateOrUpdate (operations As IFirewallRulesOperations, resourceGroupName As String, accountName As String, firewallRuleName As String, parameters As CreateOrUpdateFirewallRuleParameters) As FirewallRule

Parameters

operations
IFirewallRulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the Azure resource group.

accountName
String

The name of the Data Lake Analytics account.

firewallRuleName
String

The name of the firewall rule to create or update.

parameters
CreateOrUpdateFirewallRuleParameters

Parameters supplied to create or update the firewall rule.

Returns

Applies to

CreateOrUpdate(IFirewallRulesOperations, String, String, String, FirewallRule)

Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.

public static Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule CreateOrUpdate (this Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations operations, string resourceGroupName, string accountName, string firewallRuleName, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule -> Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule
<Extension()>
Public Function CreateOrUpdate (operations As IFirewallRulesOperations, resourceGroupName As String, accountName As String, firewallRuleName As String, parameters As FirewallRule) As FirewallRule

Parameters

operations
IFirewallRulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the Azure resource group that contains the Data Lake Analytics account.

accountName
String

The name of the Data Lake Analytics account to add or replace the firewall rule.

firewallRuleName
String

The name of the firewall rule to create or update.

parameters
FirewallRule

Parameters supplied to create or update the firewall rule.

Returns

Applies to