SqlFirewallRuleOperations.DefinitionStages.WithSqlServer Interface

public static interface SqlFirewallRuleOperations.DefinitionStages.WithSqlServer

The first stage of the SQL Server Firewall rule definition.

Method Summary

Modifier and Type Method and Description
abstract WithIPAddressRange withExistingSqlServer(SqlServer sqlServer)

Sets the parent SQL server for the new Firewall rule.

abstract WithIPAddressRange withExistingSqlServer(String resourceGroupName, String sqlServerName)

Sets the parent SQL server name and resource group it belongs to.

abstract WithIPAddressRange withExistingSqlServerId(String sqlServerId)

Sets the parent SQL server for the new Firewall rule.

Method Details

withExistingSqlServer

public abstract 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.

withExistingSqlServer

public abstract 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 server
sqlServerName - the parent SQL server name

Returns:

The next stage of the definition.

withExistingSqlServerId

public abstract 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.

Applies to