public interface SqlFirewallRule extends ExternalChildResource<SqlFirewallRule,SqlServer>, HasInnerModel<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.
|
Mono<Void> |
deleteAsync()
Deletes the firewall rule asynchronously.
|
String |
endIpAddress() |
String |
kind() |
String |
parentId() |
com.azure.core.management.Region |
region() |
String |
sqlServerName() |
String |
startIpAddress() |
idnameparentrefresh, refreshAsyncinnerModelresourceGroupNameString sqlServerName()
String startIpAddress()
String endIpAddress()
String kind()
com.azure.core.management.Region region()
String parentId()
void delete()
Copyright © 2020 Microsoft Corporation. All rights reserved.