DataLakeStoreAccountOperationsExtensions.DeleteFirewallRule Method (IDataLakeStoreAccountOperations, String, String, String)
Deletes the specified firewall rule from the specified Data Lake Store account
Namespace: Microsoft.Azure.Management.DataLake.Store
Assembly: Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)
Syntax
public static AzureOperationResponse DeleteFirewallRule(
this IDataLakeStoreAccountOperations operations,
string resourceGroupName,
string accountName,
string firewallRuleName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ DeleteFirewallRule(
IDataLakeStoreAccountOperations^ operations,
String^ resourceGroupName,
String^ accountName,
String^ firewallRuleName
)
static member DeleteFirewallRule :
operations:IDataLakeStoreAccountOperations *
resourceGroupName:string *
accountName:string *
firewallRuleName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function DeleteFirewallRule (
operations As IDataLakeStoreAccountOperations,
resourceGroupName As String,
accountName As String,
firewallRuleName As String
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountOperations.
resourceGroupName
Type: System.StringRequired. The name of the resource group.
accountName
Type: System.StringRequired. The name of the account to delete the firewall rule from
firewallRuleName
Type: System.StringRequired. The name of the firewall rule to delete
Return Value
Type: Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
DataLakeStoreAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace
Return to top