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
operations
Type: Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountOperationsReference to the Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountOperations.
resourceGroupName
Type: System.StringOptional. The name of the resource group.
accountName
Type: System.StringRequired. 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