Interface SqlServerKeyOperations.DefinitionStages.WithSqlServer
-
- All Known Subinterfaces:
SqlServerKeyOperations.SqlServerKeyOperationsDefinition
- Enclosing interface:
- SqlServerKeyOperations.DefinitionStages
public static interface SqlServerKeyOperations.DefinitionStages.WithSqlServerThe first stage of the SQL Server Key definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerKeyOperations.DefinitionStages.WithServerKeyTypewithExistingSqlServer(SqlServer sqlServer)Sets the parent SQL server for the new Server Key.SqlServerKeyOperations.DefinitionStages.WithServerKeyTypewithExistingSqlServer(String resourceGroupName, String sqlServerName)Sets the parent SQL server name and resource group it belongs to.SqlServerKeyOperations.DefinitionStages.WithServerKeyTypewithExistingSqlServerId(String sqlServerId)Sets the parent SQL server for the new Server Key.
-
-
-
Method Detail
-
withExistingSqlServer
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 serversqlServerName- the parent SQL server name- Returns:
- The next stage of the definition.
-
withExistingSqlServerId
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.
-
withExistingSqlServer
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.
-
-