ISqlServerDnsAliasActionsDefinition.Acquire(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Acquires server DNS alias from another server.
public void Acquire(string dnsAliasName, string sqlServerId);
abstract member Acquire : string * string -> unit
Public Sub Acquire (dnsAliasName As String, sqlServerId As String)
Parameters
- dnsAliasName
- String
The name of the Server DNS alias.
- sqlServerId
- String
The id of the other SQL server that the DNS alias was pointing to.
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 .NET