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 FirewallRule resource.

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 FirewallRule get(String resourceGroupName, String accountName, String firewallRuleName)

Gets the specified Data Lake Analytics firewall rule.

abstract FirewallRule getById(String id)

Gets the specified Data Lake Analytics firewall rule.

abstract Response<FirewallRule> getByIdWithResponse(String id, Context context)

Gets the specified Data Lake Analytics firewall rule.

abstract Response<FirewallRule> getWithResponse(String resourceGroupName, String accountName, String firewallRuleName, Context context)

Gets the specified Data Lake Analytics firewall rule.

abstract PagedIterable<FirewallRule> listByAccount(String resourceGroupName, String accountName)

Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.

abstract PagedIterable<FirewallRule> 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:

name - resource name.

Returns:

the first stage of the new FirewallRule definition.

delete

public abstract void delete(String resourceGroupName, String accountName, String firewallRuleName)

Deletes the specified firewall rule from the specified Data Lake Analytics account.

Parameters:

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.

deleteById

public abstract void deleteById(String id)

Deletes the specified firewall rule from the specified Data Lake Analytics account.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract Response<Void> deleteByIdWithResponse(String id, Context context)

Deletes the specified firewall rule from the specified Data Lake Analytics account.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

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:

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.
context - The context to associate with this operation.

Returns:

get

public abstract FirewallRule get(String resourceGroupName, String accountName, String firewallRuleName)

Gets the specified Data Lake Analytics firewall rule.

Parameters:

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.

Returns:

the specified Data Lake Analytics firewall rule.

getById

public abstract FirewallRule getById(String id)

Gets the specified Data Lake Analytics firewall rule.

Parameters:

id - the resource ID.

Returns:

the specified Data Lake Analytics firewall rule along with Response<T>.

getByIdWithResponse

public abstract Response<FirewallRule> getByIdWithResponse(String id, Context context)

Gets the specified Data Lake Analytics firewall rule.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

the specified Data Lake Analytics firewall rule along with Response<T>.

getWithResponse

public abstract Response<FirewallRule> getWithResponse(String resourceGroupName, String accountName, String firewallRuleName, Context context)

Gets the specified Data Lake Analytics firewall rule.

Parameters:

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.
context - The context to associate with this operation.

Returns:

the specified Data Lake Analytics firewall rule along with Response<T>.

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:

resourceGroupName - The name of the Azure resource group.
accountName - The name of the Data Lake Analytics account.

Returns:

data Lake Analytics firewall rule list information as paginated response with PagedIterable<T>.

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:

resourceGroupName - The name of the Azure resource group.
accountName - The name of the Data Lake Analytics account.
context - The context to associate with this operation.

Returns:

data Lake Analytics firewall rule list information as paginated response with PagedIterable<T>.

Applies to