SqlFirewallRule Interface
Implements
public interface SqlFirewallRule
extends ExternalChildResource<SqlFirewallRule,SqlServer>, HasInnerModel<FirewallRuleInner>, HasResourceGroup, Refreshable<SqlFirewallRule>, Updatable<Update>
An immutable client-side representation of an Azure SQL Server Firewall Rule.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
delete()
Deletes the firewall rule. |
abstract Mono<Void> |
deleteAsync()
Deletes the firewall rule asynchronously. |
abstract String | endIpAddress() |
abstract String | kind() |
abstract String | parentId() |
abstract Region | region() |
abstract String | sqlServerName() |
abstract String | startIpAddress() |
Method Details
delete
public abstract void delete()
Deletes the firewall rule.
deleteAsync
public abstract Mono
Deletes the firewall rule asynchronously.
Returns:
endIpAddress
public abstract String endIpAddress()
Returns:
kind
public abstract String kind()
Returns:
parentId
public abstract String parentId()
Returns:
region
public abstract Region region()
Returns:
sqlServerName
public abstract String sqlServerName()
Returns:
startIpAddress
public abstract String startIpAddress()
Returns:
Applies to
Azure SDK for Java