@Beta(value=V1_7_0) public interface SqlFirewallRule extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<SqlFirewallRule,SqlServer>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.FirewallRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SqlFirewallRule>, com.microsoft.azure.management.resources.fluentcore.model.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() |
com.microsoft.azure.management.resources.fluentcore.arm.Region |
region() |
String |
sqlServerName() |
String |
startIPAddress() |
idkeynameparentrefresh, refreshAsyncinnerString sqlServerName()
String startIPAddress()
String endIPAddress()
String kind()
com.microsoft.azure.management.resources.fluentcore.arm.Region region()
@Beta(value=V1_7_0) String parentId()
void delete()
@Beta(value=V1_7_0) rx.Completable deleteAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/