Freigeben über


ReplicationLinksOperationsExtensions.Get Methode

Definition

Ruft einen Replikationslink ab.

public static Microsoft.Azure.Management.Sql.Models.ReplicationLink Get (this Microsoft.Azure.Management.Sql.IReplicationLinksOperations operations, string resourceGroupName, string serverName, string databaseName, string linkId);
static member Get : Microsoft.Azure.Management.Sql.IReplicationLinksOperations * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.ReplicationLink
<Extension()>
Public Function Get (operations As IReplicationLinksOperations, resourceGroupName As String, serverName As String, databaseName As String, linkId As String) As ReplicationLink

Parameter

operations
IReplicationLinksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

databaseName
String

Der Name der Datenbank.

linkId
String

Der Name des Replikationslinks.

Gibt zurück

Gilt für: