Поделиться через


AzureSqlServerCommunicationLinkCommunicator.CreateOrUpdate Method

Definition

Creates or updates a server communication link

public Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLink CreateOrUpdate (string resourceGroupName, string serverName, string communicationLinkName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters parameters);
member this.CreateOrUpdate : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLink
Public Function CreateOrUpdate (resourceGroupName As String, serverName As String, communicationLinkName As String, parameters As ServerCommunicationLinkCreateOrUpdateParameters) As ServerCommunicationLink

Parameters

resourceGroupName
String
serverName
String
communicationLinkName
String

Returns

Applies to