Freigeben über


SqlServerResource.GetSyncAgentAsync(String, CancellationToken) Methode

Definition

Ruft einen Synchronisierungs-Agent ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/syncAgents/{syncAgentName}
  • Vorgangs-IdSyncAgents_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SyncAgentResource>> GetSyncAgentAsync (string syncAgentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSyncAgentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SyncAgentResource>>
override this.GetSyncAgentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SyncAgentResource>>
Public Overridable Function GetSyncAgentAsync (syncAgentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SyncAgentResource))

Parameter

syncAgentName
String

Der Name des Synchronisierungs-Agents.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

syncAgentName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

syncAgentName ist NULL.

Gilt für: