다음을 통해 공유


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.Store.Models.FirewallRule CreateOrUpdate (this Microsoft.Azure.Management.DataLake.Store.IFirewallRulesOperations operations, string resourceGroupName, string accountName, string firewallRuleName, Microsoft.Azure.Management.DataLake.Store.Models.CreateOrUpdateFirewallRuleParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.DataLake.Store.IFirewallRulesOperations * string * string * string * Microsoft.Azure.Management.DataLake.Store.Models.CreateOrUpdateFirewallRuleParameters -> Microsoft.Azure.Management.DataLake.Store.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 Store 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.Store.Models.FirewallRule CreateOrUpdate (this Microsoft.Azure.Management.DataLake.Store.IFirewallRulesOperations operations, string resourceGroupName, string accountName, string firewallRuleName, Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.DataLake.Store.IFirewallRulesOperations * string * string * string * Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule -> Microsoft.Azure.Management.DataLake.Store.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 Store account.

accountName
String

The name of the Data Lake Store 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