SqlServerKeyOperations.DefinitionStages.WithSqlServer Interface

public static interface SqlServerKeyOperations.DefinitionStages.WithSqlServer

O primeiro estágio da definição de chave SQL Server.

Resumo do método

Modificador e tipo Método e descrição
abstract WithServerKeyType withExistingSqlServer(SqlServer sqlServer)

Define o SQL Server pai para a nova Chave do Servidor.

abstract WithServerKeyType withExistingSqlServer(String resourceGroupName, String sqlServerName)

Define o nome do SQL Server pai e o grupo de recursos ao qual ele pertence.

abstract WithServerKeyType withExistingSqlServerId(String sqlServerId)

Define o SQL Server pai para a nova Chave do Servidor.

Detalhes do método

withExistingSqlServer

public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServer(SqlServer sqlServer)

Define o SQL Server pai para a nova Chave do Servidor.

Parameters:

sqlServer - o SQL Server pai

Returns:

O próximo estágio da definição.

withExistingSqlServer

public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServer(String resourceGroupName, String sqlServerName)

Define o nome do SQL Server pai e o grupo de recursos ao qual ele pertence.

Parameters:

resourceGroupName - o nome do grupo de recursos do SQL Server pai
sqlServerName - o nome do SQL Server pai

Returns:

O próximo estágio da definição.

withExistingSqlServerId

public abstract SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServerId(String sqlServerId)

Define o SQL Server pai para a nova Chave do Servidor.

Parameters:

sqlServerId - a ID do SQL Server pai

Returns:

O próximo estágio da definição.

Aplica-se a