@Beta(value=V1_8_0)
public static interface SqlServerKeyOperations.DefinitionStages.WithSqlServer
Modifier and Type | Method and Description |
---|---|
SqlServerKeyOperations.DefinitionStages.WithServerKeyType |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Server Key.
|
SqlServerKeyOperations.DefinitionStages.WithServerKeyType |
withExistingSqlServer(String resourceGroupName,
String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
|
SqlServerKeyOperations.DefinitionStages.WithServerKeyType |
withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Server Key.
|
SqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of the resource group the parent SQL serversqlServerName
- the parent SQL server nameSqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServerId(String sqlServerId)
sqlServerId
- the parent SQL server IDSqlServerKeyOperations.DefinitionStages.WithServerKeyType withExistingSqlServer(SqlServer sqlServer)
sqlServer
- the parent SQL serverCopyright © 2019. All rights reserved.