public interface SqlFirewallRule extends com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChild<com.microsoft.azure.management.sql.implementation.SqlServerManager>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SqlFirewallRule>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<SqlFirewallRule.Update>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.ServerFirewallRuleInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFirewallRule.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
SqlFirewallRule.DefinitionStages
Grouping of all the storage account definition stages.
|
static interface |
SqlFirewallRule.Update
The template for a SqlFirewallRule update operation, containing all the settings that can be modified.
|
static interface |
SqlFirewallRule.UpdateStages
Grouping of all the SqlFirewallRule update stages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the firewall rule.
|
String |
endIPAddress() |
String |
kind() |
com.microsoft.azure.management.resources.fluentcore.arm.Region |
region() |
String |
sqlServerName() |
String |
startIPAddress() |
nameidkeyresourceGroupNamemanagerrefresh, refreshAsyncString sqlServerName()
String startIPAddress()
String endIPAddress()
String kind()
com.microsoft.azure.management.resources.fluentcore.arm.Region region()
void delete()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/