public static interface SqlFirewallRuleOperations.DefinitionStages.WithSqlServer
| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Firewall rule.
|
SqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange |
withExistingSqlServer(String resourceGroupName,
String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
|
SqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange |
withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Firewall rule.
|
SqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange withExistingSqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName - the name of the resource group the parent SQL serversqlServerName - the parent SQL server nameSqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange withExistingSqlServerId(String sqlServerId)
sqlServerId - the parent SQL server IDSqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange withExistingSqlServer(SqlServer sqlServer)
sqlServer - the parent SQL serverCopyright © 2019. All rights reserved.