你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 WithServerKeyType withExistingSqlServer(SqlServer sqlServer)

Sets the parent SQL server for the new Server Key.

abstract WithServerKeyType withExistingSqlServer(String resourceGroupName, String sqlServerName)

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

abstract WithServerKeyType 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:

sqlServer - the parent SQL server

Returns:

The next stage of the definition.

withExistingSqlServer

public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType 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 SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServerId(String sqlServerId)

Sets the parent SQL server for the new Server Key.

Parameters:

sqlServerId - the parent SQL server ID

Returns:

The next stage of the definition.

Applies to