Partager via


SyncAgentsOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Crée ou met à jour un agent de synchronisation.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.SyncAgent> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.ISyncAgentsOperations operations, string resourceGroupName, string serverName, string syncAgentName, Microsoft.Azure.Management.Sql.Models.SyncAgent parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Sql.ISyncAgentsOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.SyncAgent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.SyncAgent>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ISyncAgentsOperations, resourceGroupName As String, serverName As String, syncAgentName As String, parameters As SyncAgent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SyncAgent)

Paramètres

operations
ISyncAgentsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName
String

Nom du serveur sur lequel l’agent de synchronisation est hébergé.

syncAgentName
String

Nom de l’agent de synchronisation.

parameters
SyncAgent

État de ressource de l’agent de synchronisation demandé.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à