Share via


SqlServerCommunicationLinkCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string communicationLinkName, Azure.ResourceManager.Sql.SqlServerCommunicationLinkData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Sql.SqlServerCommunicationLinkData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Sql.SqlServerCommunicationLinkData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, communicationLinkName As String, data As SqlServerCommunicationLinkData, Optional cancellationToken As CancellationToken = Nothing) As 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