ISqlServerDnsAliasActionsDefinition.AcquireAsync 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 asynchronously.
public System.Threading.Tasks.Task AcquireAsync (string dnsAliasName, string sqlServerId, System.Threading.CancellationToken cancellationToken = default);
abstract member AcquireAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function AcquireAsync (dnsAliasName As String, sqlServerId As String, Optional cancellationToken As CancellationToken = Nothing) As Task
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.
- cancellationToken
- CancellationToken
Returns
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