public class ServerDnsAliasAcquisition extends Object
| Constructor and Description |
|---|
ServerDnsAliasAcquisition() |
| Modifier and Type | Method and Description |
|---|---|
String |
oldServerDnsAliasId()
Get the id of the server alias that will be acquired to point to this server instead.
|
ServerDnsAliasAcquisition |
withOldServerDnsAliasId(String oldServerDnsAliasId)
Set the id of the server alias that will be acquired to point to this server instead.
|
public String oldServerDnsAliasId()
public ServerDnsAliasAcquisition withOldServerDnsAliasId(String oldServerDnsAliasId)
oldServerDnsAliasId - the oldServerDnsAliasId value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/