SqlFirewallRule Interface

public interface SqlFirewallRule extends IndependentChild,Refreshable,Updatable<SqlFirewallRule.Update>,HasInner,ExternalChildResource<SqlFirewallRule, SqlServer>,HasInner,HasResourceGroup,Refreshable,Updatable<SqlFirewallRule.Update>

An immutable client-side representation of an Azure SQL Server Firewall Rule.

An immutable client-side representation of an Azure SQL Server FirewallRule.

Method Summary

Modifier and Type Method and Description
void delete()

Deletes the firewall rule.

Completable deleteAsync()

Deletes the firewall rule asynchronously.

String endIPAddress()
String kind()
String parentId()
Region region()
String sqlServerName()
String startIPAddress()

Inherited Members

Method Details

delete

public void delete()

Deletes the firewall rule.

deleteAsync

public Completable deleteAsync()

Deletes the firewall rule asynchronously.

Returns:

a representation of the deferred computation of this call

endIPAddress

public String endIPAddress()

Returns:

the end IP address (in IPv4 format) of the Azure SQL Server Firewall Rule.

kind

public String kind()

Returns:

kind of SQL Server that contains this Firewall Rule.

parentId

public String parentId()

Returns:

the parent SQL server ID

region

public Region region()

Returns:

region of SQL Server that contains this Firewall Rule.

sqlServerName

public String sqlServerName()

Returns:

name of the SQL Server to which this Firewall Rule belongs

startIPAddress

public String startIPAddress()

Returns:

the start IP address (in IPv4 format) of the Azure SQL Server Firewall Rule.

Applies to