public interface FirewallRules
| Modifier and Type | Method and Description |
|---|---|
FirewallRule |
createOrUpdate(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress)
Creates or updates the specified firewall rule.
|
rx.Observable<FirewallRule> |
createOrUpdateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress)
Creates or updates the specified firewall rule.
|
com.microsoft.rest.ServiceFuture<FirewallRule> |
createOrUpdateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress,
com.microsoft.rest.ServiceCallback<FirewallRule> serviceCallback)
Creates or updates the specified firewall rule.
|
rx.Observable<com.microsoft.rest.ServiceResponse<FirewallRule>> |
createOrUpdateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress)
Creates or updates the specified firewall rule.
|
void |
delete(String resourceGroupName,
String accountName,
String firewallRuleName)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
|
rx.Observable<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String firewallRuleName)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<Void>> |
deleteWithServiceResponseAsync(String resourceGroupName,
String accountName,
String firewallRuleName)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
|
FirewallRule |
get(String resourceGroupName,
String accountName,
String firewallRuleName)
Gets the specified Data Lake Analytics firewall rule.
|
rx.Observable<FirewallRule> |
getAsync(String resourceGroupName,
String accountName,
String firewallRuleName)
Gets the specified Data Lake Analytics firewall rule.
|
com.microsoft.rest.ServiceFuture<FirewallRule> |
getAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
com.microsoft.rest.ServiceCallback<FirewallRule> serviceCallback)
Gets the specified Data Lake Analytics firewall rule.
|
rx.Observable<com.microsoft.rest.ServiceResponse<FirewallRule>> |
getWithServiceResponseAsync(String resourceGroupName,
String accountName,
String firewallRuleName)
Gets the specified Data Lake Analytics firewall rule.
|
com.microsoft.azure.PagedList<FirewallRule> |
listByAccount(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.azure.Page<FirewallRule>> |
listByAccountAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<List<FirewallRule>> |
listByAccountAsync(String resourceGroupName,
String accountName,
com.microsoft.azure.ListOperationCallback<FirewallRule> serviceCallback)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
com.microsoft.azure.PagedList<FirewallRule> |
listByAccountNext(String nextPageLink)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.azure.Page<FirewallRule>> |
listByAccountNextAsync(String nextPageLink)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
com.microsoft.rest.ServiceFuture<List<FirewallRule>> |
listByAccountNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<FirewallRule>> serviceFuture,
com.microsoft.azure.ListOperationCallback<FirewallRule> serviceCallback)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<FirewallRule>>> |
listByAccountNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<FirewallRule>>> |
listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
FirewallRule |
update(String resourceGroupName,
String accountName,
String firewallRuleName)
Updates the specified firewall rule.
|
FirewallRule |
update(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress)
Updates the specified firewall rule.
|
rx.Observable<FirewallRule> |
updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName)
Updates the specified firewall rule.
|
com.microsoft.rest.ServiceFuture<FirewallRule> |
updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
com.microsoft.rest.ServiceCallback<FirewallRule> serviceCallback)
Updates the specified firewall rule.
|
rx.Observable<FirewallRule> |
updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress)
Updates the specified firewall rule.
|
com.microsoft.rest.ServiceFuture<FirewallRule> |
updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress,
com.microsoft.rest.ServiceCallback<FirewallRule> serviceCallback)
Updates the specified firewall rule.
|
rx.Observable<com.microsoft.rest.ServiceResponse<FirewallRule>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String firewallRuleName)
Updates the specified firewall rule.
|
rx.Observable<com.microsoft.rest.ServiceResponse<FirewallRule>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress)
Updates the specified firewall rule.
|
com.microsoft.azure.PagedList<FirewallRule> listByAccount(String resourceGroupName, String accountName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<List<FirewallRule>> listByAccountAsync(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<FirewallRule> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.azure.Page<FirewallRule>> listByAccountAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<FirewallRule>>> listByAccountWithServiceResponseAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.IllegalArgumentException - thrown if parameters fail the validationFirewallRule createOrUpdate(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to create or update.startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.endIpAddress - The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<FirewallRule> createOrUpdateAsync(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress, com.microsoft.rest.ServiceCallback<FirewallRule> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to create or update.startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.endIpAddress - The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<FirewallRule> createOrUpdateAsync(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to create or update.startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.endIpAddress - The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<FirewallRule>> createOrUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to create or update.startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.endIpAddress - The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.IllegalArgumentException - thrown if parameters fail the validationFirewallRule get(String resourceGroupName, String accountName, String firewallRuleName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to retrieve.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<FirewallRule> getAsync(String resourceGroupName, String accountName, String firewallRuleName, com.microsoft.rest.ServiceCallback<FirewallRule> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to retrieve.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<FirewallRule> getAsync(String resourceGroupName, String accountName, String firewallRuleName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to retrieve.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<FirewallRule>> getWithServiceResponseAsync(String resourceGroupName, String accountName, String firewallRuleName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to retrieve.IllegalArgumentException - thrown if parameters fail the validationFirewallRule update(String resourceGroupName, String accountName, String firewallRuleName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to update.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<FirewallRule> updateAsync(String resourceGroupName, String accountName, String firewallRuleName, com.microsoft.rest.ServiceCallback<FirewallRule> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to update.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<FirewallRule> updateAsync(String resourceGroupName, String accountName, String firewallRuleName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to update.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<FirewallRule>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String firewallRuleName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to update.IllegalArgumentException - thrown if parameters fail the validationFirewallRule update(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to update.startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.endIpAddress - The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<FirewallRule> updateAsync(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress, com.microsoft.rest.ServiceCallback<FirewallRule> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to update.startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.endIpAddress - The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<FirewallRule> updateAsync(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to update.startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.endIpAddress - The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<FirewallRule>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to update.startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.endIpAddress - The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.IllegalArgumentException - thrown if parameters fail the validationvoid delete(String resourceGroupName, String accountName, String firewallRuleName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to delete.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String firewallRuleName, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to delete.serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String resourceGroupName, String accountName, String firewallRuleName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to delete.ServiceResponse object if successful.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String firewallRuleName)
resourceGroupName - The name of the Azure resource group.accountName - The name of the Data Lake Analytics account.firewallRuleName - The name of the firewall rule to delete.ServiceResponse object if successful.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.PagedList<FirewallRule> listByAccountNext(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<List<FirewallRule>> listByAccountNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<FirewallRule>> serviceFuture, com.microsoft.azure.ListOperationCallback<FirewallRule> serviceCallback)
nextPageLink - The NextLink from the previous successful call to List operation.serviceFuture - the ServiceFuture object tracking the Retrofit callsserviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.azure.Page<FirewallRule>> listByAccountNextAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<FirewallRule>>> listByAccountNextWithServiceResponseAsync(String nextPageLink)
nextPageLink - The NextLink from the previous successful call to List operation.IllegalArgumentException - thrown if parameters fail the validation/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/