FirewallRules Interface
public interface FirewallRules
An instance of this class provides access to all the operations defined in FirewallRules.
Method Summary
Method Details
createOrUpdate
public FirewallRule createOrUpdate(String resourceGroupName, String accountName, String firewallRuleName, FirewallRule parameters)
Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.
Parameters:
Returns:
Throws:
createOrUpdateAsync
public Observable
Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.
Parameters:
Returns:
Throws:
createOrUpdateAsync
public ServiceFuture
Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.
Parameters:
Returns:
Throws:
createOrUpdateWithServiceResponseAsync
public Observable
Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.
Parameters:
Returns:
Throws:
delete
public void delete(String resourceGroupName, String accountName, String firewallRuleName)
Deletes the specified firewall rule from the specified Data Lake Store account.
Parameters:
Throws:
deleteAsync
public Observable
Deletes the specified firewall rule from the specified Data Lake Store account.
Parameters:
Returns:
Throws:
deleteAsync
public ServiceFuture
Deletes the specified firewall rule from the specified Data Lake Store account.
Parameters:
Returns:
Throws:
deleteWithServiceResponseAsync
public Observable
Deletes the specified firewall rule from the specified Data Lake Store account.
Parameters:
Returns:
Throws:
get
public FirewallRule get(String resourceGroupName, String accountName, String firewallRuleName)
Gets the specified Data Lake Store firewall rule.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets the specified Data Lake Store firewall rule.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets the specified Data Lake Store firewall rule.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets the specified Data Lake Store firewall rule.
Parameters:
Returns:
Throws:
listByAccount
public PagedList
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountAsync
public Observable
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountAsync
public ServiceFuture> listByAccountAsync(final String resourceGroupName, final String accountName, final ListOperationCallback
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountNext
public PagedList
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountNextAsync
public Observable
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountNextAsync
public ServiceFuture> listByAccountNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountNextWithServiceResponseAsync
public Observable
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
listByAccountWithServiceResponseAsync
public Observable
Lists the Data Lake Store firewall rules within the specified Data Lake Store account.
Parameters:
Returns:
Throws:
update
public FirewallRule update(String resourceGroupName, String accountName, String firewallRuleName)
Updates the specified firewall rule.
Parameters:
Returns:
Throws:
update
public FirewallRule update(String resourceGroupName, String accountName, String firewallRuleName, UpdateFirewallRuleParameters parameters)
Updates the specified firewall rule.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates the specified firewall rule.
Parameters:
Returns:
Throws:
updateAsync
public ServiceFuture
Updates the specified firewall rule.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates the specified firewall rule.
Parameters:
Returns:
Throws:
updateAsync
public ServiceFuture
Updates the specified firewall rule.
Parameters:
Returns:
Throws:
updateWithServiceResponseAsync
public Observable
Updates the specified firewall rule.
Parameters:
Returns:
Throws:
updateWithServiceResponseAsync
public Observable
Updates the specified firewall rule.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java