@Beta(value=V1_7_0) public interface SqlFirewallRule extends ExternalChildResource<SqlFirewallRule,SqlServer>, HasInner<com.microsoft.azure.management.sql.implementation.FirewallRuleInner>, HasResourceGroup, Refreshable<SqlFirewallRule>, Updatable<SqlFirewallRule.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
SqlFirewallRule.DefinitionStages
Grouping of all the SQL Firewall Rule definition stages.
|
static interface |
SqlFirewallRule.SqlFirewallRuleDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
static interface |
SqlFirewallRule.Update
The template for a SQL Firewall Rule update operation, containing all the settings that can be modified.
|
static interface |
SqlFirewallRule.UpdateStages
Grouping of all the SQL Firewall Rule update stages.
|
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes the firewall rule.
|
rx.Completable |
deleteAsync()
Deletes the firewall rule asynchronously.
|
String |
endIPAddress() |
String |
kind() |
String |
parentId() |
Region |
region() |
String |
sqlServerName() |
String |
startIPAddress() |
id
key
name
parent
refresh, refreshAsync
inner
resourceGroupName
String sqlServerName()
String startIPAddress()
String endIPAddress()
String kind()
Region region()
@Beta(value=V1_7_0) String parentId()
void delete()
@Beta(value=V1_7_0) rx.Completable deleteAsync()
Copyright © 2019. All rights reserved.