IServerCommunicationLinkOperations.CreateOrUpdateAsync Method

Definition

Creates a new or updates an existing Azure SQL Server communication link.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse> CreateOrUpdateAsync (string resourceGroupName, string serverName, string communicationLinkName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateAsync : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse>
Public Function CreateOrUpdateAsync (resourceGroupName As String, serverName As String, communicationLinkName As String, parameters As ServerCommunicationLinkCreateOrUpdateParameters, cancellationToken As CancellationToken) As Task(Of ServerCommunicationLinkCreateOrUpdateResponse)

Parameters

resourceGroupName
String

The name of the Resource Group to which the Azure SQL Database Server belongs.

serverName
String

The name of the Azure SQL Server.

communicationLinkName
String

The name of the Azure SQL Server communication link to be operated on (Updated or created).

parameters
ServerCommunicationLinkCreateOrUpdateParameters

The required parameters for creating or updating a Server communication link.

cancellationToken
CancellationToken

Cancellation token.

Returns

Response for long running Azure Sql server communication link operation.

Applies to