FirewallRules Interface
public interface FirewallRules
Resource collection API of FirewallRules.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Firewall |
| abstract void |
delete(String resourceGroupName, String accountName, String firewallRuleName)
Deletes the specified firewall rule from the specified Data Lake Analytics account. |
| abstract void |
deleteById(String id)
Deletes the specified firewall rule from the specified Data Lake Analytics account. |
| abstract Response<Void> |
deleteByIdWithResponse(String id, Context context)
Deletes the specified firewall rule from the specified Data Lake Analytics account. |
| abstract Response<Void> |
deleteWithResponse(String resourceGroupName, String accountName, String firewallRuleName, Context context)
Deletes the specified firewall rule from the specified Data Lake Analytics account. |
|
abstract
Firewall |
get(String resourceGroupName, String accountName, String firewallRuleName)
Gets the specified Data Lake Analytics firewall rule. |
|
abstract
Firewall |
getById(String id)
Gets the specified Data Lake Analytics firewall rule. |
|
abstract
Response<Firewall |
getByIdWithResponse(String id, Context context)
Gets the specified Data Lake Analytics firewall rule. |
|
abstract
Response<Firewall |
getWithResponse(String resourceGroupName, String accountName, String firewallRuleName, Context context)
Gets the specified Data Lake Analytics firewall rule. |
|
abstract
Paged |
listByAccount(String resourceGroupName, String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. |
|
abstract
Paged |
listByAccount(String resourceGroupName, String accountName, Context context)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. |
Method Details
define
public abstract FirewallRule.DefinitionStages.Blank define(String name)
Begins definition for a new FirewallRule resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String firewallRuleName)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String firewallRuleName, Context context)
Deletes the specified firewall rule from the specified Data Lake Analytics account.
Parameters:
Returns:
get
public abstract FirewallRule get(String resourceGroupName, String accountName, String firewallRuleName)
Gets the specified Data Lake Analytics firewall rule.
Parameters:
Returns:
getById
public abstract FirewallRule getById(String id)
Gets the specified Data Lake Analytics firewall rule.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<FirewallRule> getByIdWithResponse(String id, Context context)
Gets the specified Data Lake Analytics firewall rule.
Parameters:
Returns:
getWithResponse
public abstract Response<FirewallRule> getWithResponse(String resourceGroupName, String accountName, String firewallRuleName, Context context)
Gets the specified Data Lake Analytics firewall rule.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<FirewallRule> listByAccount(String resourceGroupName, String accountName)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
Parameters:
Returns:
listByAccount
public abstract PagedIterable<FirewallRule> listByAccount(String resourceGroupName, String accountName, Context context)
Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.
Parameters:
Returns: