DataLakeStoreAccountOperationsExtensions.ListFirewallRulesAsync Method (IDataLakeStoreAccountOperations, String, String)

 

Lists the Data Lake firewall rules objects within 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 Task<DataLakeStoreFirewallRuleListResponse> ListFirewallRulesAsync(
    this IDataLakeStoreAccountOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static Task<DataLakeStoreFirewallRuleListResponse^>^ ListFirewallRulesAsync(
    IDataLakeStoreAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member ListFirewallRulesAsync : 
        operations:IDataLakeStoreAccountOperations *
        resourceGroupName:string *
        accountName:string -> Task<DataLakeStoreFirewallRuleListResponse>
<ExtensionAttribute>
Public Shared Function ListFirewallRulesAsync (
    operations As IDataLakeStoreAccountOperations,
    resourceGroupName As String,
    accountName As String
) As Task(Of DataLakeStoreFirewallRuleListResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Optional. The name of the resource group.

  • accountName
    Type: System.String

    Required. The name of the account to get the firewall rules from

Return Value

Type: System.Threading.Tasks.Task<DataLakeStoreFirewallRuleListResponse>

Data Lake firewall rule list information.

See Also

DataLakeStoreAccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top