ServerDnsAliasAcquisition Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.ServerDnsAliasAcquisition

public class ServerDnsAliasAcquisition

A server DNS alias acquisition request.

Constructor Summary

Constructor Description
ServerDnsAliasAcquisition()

Method Summary

Modifier and Type Method and Description
java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ServerDnsAliasAcquisition

public ServerDnsAliasAcquisition()

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