Partilhar via


ServerCommunicationLinksOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

Cria um link de comunicação do servidor.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ServerCommunicationLinkInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.Fluent.IServerCommunicationLinksOperations operations, string resourceGroupName, string serverName, string communicationLinkName, string partnerServer, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Sql.Fluent.IServerCommunicationLinksOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.ServerCommunicationLinkInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IServerCommunicationLinksOperations, resourceGroupName As String, serverName As String, communicationLinkName As String, partnerServer As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServerCommunicationLinkInner)

Parâmetros

operations
IServerCommunicationLinksOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

serverName
String

O nome do servidor.

communicationLinkName
String

O nome do link de comunicação do servidor.

partnerServer
String

O nome do servidor parceiro.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a