Share via


SqlServerCommunicationLinkCollection.CreateOrUpdateAsync Method

Definition

Creates a server communication link.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Operation Id: ServerCommunicationLinks_CreateOrUpdate
  • Default Api Version: 2014-04-01
  • Resource: SqlServerCommunicationLinkResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string communicationLinkName, Azure.ResourceManager.Sql.SqlServerCommunicationLinkData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Sql.SqlServerCommunicationLinkData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Sql.SqlServerCommunicationLinkData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, communicationLinkName As String, data As SqlServerCommunicationLinkData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SqlServerCommunicationLinkResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

communicationLinkName
String

The name of the server communication link.

data
SqlServerCommunicationLinkData

The required parameters for creating a server communication link.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

communicationLinkName is an empty string, and was expected to be non-empty.

communicationLinkName or data is null.

Applies to