SqlServerKeyOperations.DefinitionStages.WithSqlServer Interface
public static interface SqlServerKeyOperations.DefinitionStages.WithSqlServer
The first stage of the SQL Server Key definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Server Key. |
abstract
With |
withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to. |
abstract
With |
withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Server Key. |
Method Details
withExistingSqlServer
public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Server Key.
Parameters:
Returns:
withExistingSqlServer
public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
Parameters:
Returns:
withExistingSqlServerId
public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Server Key.
Parameters:
Returns:
Applies to
Azure SDK for Java