Interface SqlFirewallRuleOperations.DefinitionStages.WithSqlServer
-
- All Known Subinterfaces:
SqlFirewallRuleOperations.SqlFirewallRuleOperationsDefinition
- Enclosing interface:
- SqlFirewallRuleOperations.DefinitionStages
public static interface SqlFirewallRuleOperations.DefinitionStages.WithSqlServerThe first stage of the SQL Server Firewall rule definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRangewithExistingSqlServer(SqlServer sqlServer)Sets the parent SQL server for the new Firewall rule.SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRangewithExistingSqlServer(String resourceGroupName, String sqlServerName)Sets the parent SQL server name and resource group it belongs to.SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRangewithExistingSqlServerId(String sqlServerId)Sets the parent SQL server for the new Firewall rule.
-
-
-
Method Detail
-
withExistingSqlServer
SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.- Parameters:
resourceGroupName- the name of the resource group the parent SQL serversqlServerName- the parent SQL server name- Returns:
- The next stage of the definition.
-
withExistingSqlServerId
SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Firewall rule.- Parameters:
sqlServerId- the parent SQL server ID- Returns:
- The next stage of the definition.
-
withExistingSqlServer
SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Firewall rule.- Parameters:
sqlServer- the parent SQL server- Returns:
- The next stage of the definition.
-
-