@Beta(value=V1_8_0)
public static interface SqlServerDnsAliasOperations.DefinitionStages.WithSqlServer
| Modifier and Type | Method and Description |
|---|---|
SqlServerDnsAliasOperations.DefinitionStages.WithCreate |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Server DNS alias.
|
SqlServerDnsAliasOperations.DefinitionStages.WithCreate |
withExistingSqlServer(String resourceGroupName,
String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
|
SqlServerDnsAliasOperations.DefinitionStages.WithCreate |
withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Server DNS alias.
|
SqlServerDnsAliasOperations.DefinitionStages.WithCreate withExistingSqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName - the name of the resource group the parent SQL serversqlServerName - the parent SQL server nameSqlServerDnsAliasOperations.DefinitionStages.WithCreate withExistingSqlServerId(String sqlServerId)
sqlServerId - the parent SQL server IDSqlServerDnsAliasOperations.DefinitionStages.WithCreate withExistingSqlServer(SqlServer sqlServer)
sqlServer - the parent SQL server/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/