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