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.
|
ServiceFuture<FirewallRule> |
createOrUpdateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress,
ServiceCallback<FirewallRule> serviceCallback)
Creates or updates the specified firewall rule.
|
rx.Observable<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.
|
ServiceFuture<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
ServiceCallback<Void> serviceCallback)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
|
rx.Observable<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.
|
ServiceFuture<FirewallRule> |
getAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
ServiceCallback<FirewallRule> serviceCallback)
Gets the specified Data Lake Analytics firewall rule.
|
rx.Observable<ServiceResponse<FirewallRule>> |
getWithServiceResponseAsync(String resourceGroupName,
String accountName,
String firewallRuleName)
Gets the specified Data Lake Analytics firewall rule.
|
PagedList<FirewallRule> |
listByAccount(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<Page<FirewallRule>> |
listByAccountAsync(String resourceGroupName,
String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
ServiceFuture<List<FirewallRule>> |
listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<FirewallRule> serviceCallback)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
PagedList<FirewallRule> |
listByAccountNext(String nextPageLink)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<Page<FirewallRule>> |
listByAccountNextAsync(String nextPageLink)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
ServiceFuture<List<FirewallRule>> |
listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<FirewallRule>> serviceFuture,
ListOperationCallback<FirewallRule> serviceCallback)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<FirewallRule>>> |
listByAccountNextWithServiceResponseAsync(String nextPageLink)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<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.
|
ServiceFuture<FirewallRule> |
updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
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.
|
ServiceFuture<FirewallRule> |
updateAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress,
ServiceCallback<FirewallRule> serviceCallback)
Updates the specified firewall rule.
|
rx.Observable<ServiceResponse<FirewallRule>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String firewallRuleName)
Updates the specified firewall rule.
|
rx.Observable<ServiceResponse<FirewallRule>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String firewallRuleName,
String startIpAddress,
String endIpAddress)
Updates the specified firewall rule.
|
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 validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<FirewallRule>> listByAccountAsync(String resourceGroupName, String accountName, 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<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<ServiceResponse<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 validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<FirewallRule> createOrUpdateAsync(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress, 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<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 validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<FirewallRule> getAsync(String resourceGroupName, String accountName, String firewallRuleName, 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<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 validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<FirewallRule> updateAsync(String resourceGroupName, String accountName, String firewallRuleName, 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<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 validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<FirewallRule> updateAsync(String resourceGroupName, String accountName, String firewallRuleName, String startIpAddress, String endIpAddress, 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<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 validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String firewallRuleName, 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<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 validationPagedList<FirewallRule> listByAccountNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<FirewallRule>> listByAccountNextAsync(String nextPageLink, ServiceFuture<List<FirewallRule>> serviceFuture, 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<Page<FirewallRule>> listByAccountNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<FirewallRule>>> listByAccountNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.