IDataLakeStoreAccountOperations.DeleteFirewallRuleAsync Method (String, String, String, CancellationToken)
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
Task<AzureOperationResponse> DeleteFirewallRuleAsync(
string resourceGroupName,
string accountName,
string firewallRuleName,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteFirewallRuleAsync(
String^ resourceGroupName,
String^ accountName,
String^ firewallRuleName,
CancellationToken cancellationToken
)
abstract DeleteFirewallRuleAsync :
resourceGroupName:string *
accountName:string *
firewallRuleName:string *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteFirewallRuleAsync (
resourceGroupName As String,
accountName As String,
firewallRuleName As String,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group.
accountName
Type: System.StringThe name of the account to delete the firewall rule from
firewallRuleName
Type: System.StringThe name of the firewall rule to delete
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IDataLakeStoreAccountOperations Interface
Microsoft.Azure.Management.DataLake.Store Namespace
Return to top