ServerDnsAliasAcquisition Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ServerDnsAliasAcquisition
- com.
public class ServerDnsAliasAcquisition
A server DNS alias acquisition request.
Method Summary
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. |
Server |
withOldServerDnsAliasId(String oldServerDnsAliasId)
Set the id of the server alias that will be acquired to point to this server instead. |
Method Details
oldServerDnsAliasId
public String oldServerDnsAliasId()
Get the id of the server alias that will be acquired to point to this server instead.
Returns:
the oldServerDnsAliasId value
withOldServerDnsAliasId
public ServerDnsAliasAcquisition withOldServerDnsAliasId(String oldServerDnsAliasId)
Set the id of the server alias that will be acquired to point to this server instead.
Parameters:
oldServerDnsAliasId
- the oldServerDnsAliasId value to set
Returns:
the ServerDnsAliasAcquisition object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java