IDataLakeStoreAccountOperations.CreateOrUpdateFirewallRuleAsync Method (String, String, DataLakeStoreFirewallRuleCreateOrUpdateParameters, CancellationToken)
Creates or updates the specified Data Lake Store account with the specified firewall rules.
Namespace: Microsoft.Azure.Management.DataLake.Store
Assembly: Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)
Syntax
Task<DataLakeStoreFirewallRuleCreateUpdateOrGetResponse> CreateOrUpdateFirewallRuleAsync(
string resourceGroupName,
string accountName,
DataLakeStoreFirewallRuleCreateOrUpdateParameters parameters,
CancellationToken cancellationToken
)
Task<DataLakeStoreFirewallRuleCreateUpdateOrGetResponse^>^ CreateOrUpdateFirewallRuleAsync(
String^ resourceGroupName,
String^ accountName,
DataLakeStoreFirewallRuleCreateOrUpdateParameters^ parameters,
CancellationToken cancellationToken
)
abstract CreateOrUpdateFirewallRuleAsync :
resourceGroupName:string *
accountName:string *
parameters:DataLakeStoreFirewallRuleCreateOrUpdateParameters *
cancellationToken:CancellationToken -> Task<DataLakeStoreFirewallRuleCreateUpdateOrGetResponse>
Function CreateOrUpdateFirewallRuleAsync (
resourceGroupName As String,
accountName As String,
parameters As DataLakeStoreFirewallRuleCreateOrUpdateParameters,
cancellationToken As CancellationToken
) As Task(Of DataLakeStoreFirewallRuleCreateUpdateOrGetResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group the account is in.
accountName
Type: System.StringThe name of the account to add the firewall rule to
parameters
Type: Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreFirewallRuleCreateOrUpdateParametersParameters supplied to the create firewall rule operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<DataLakeStoreFirewallRuleCreateUpdateOrGetResponse>
Data Lake Store account Firewall rule information response.
See Also
IDataLakeStoreAccountOperations Interface
Microsoft.Azure.Management.DataLake.Store Namespace
Return to top