ReplicationLinkOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns information about an Azure SQL Database Replication Link.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ReplicationLinkGetResponse Get (this Microsoft.Azure.Management.Sql.LegacySdk.IReplicationLinkOperations operations, string resourceGroupName, string serverName, string databaseName, string linkId);
static member Get : Microsoft.Azure.Management.Sql.LegacySdk.IReplicationLinkOperations * string * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ReplicationLinkGetResponse
<Extension()>
Public Function Get (operations As IReplicationLinkOperations, resourceGroupName As String, serverName As String, databaseName As String, linkId As String) As ReplicationLinkGetResponse
Parameters
- operations
- IReplicationLinkOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IReplicationLinkOperations.
- resourceGroupName
- String
Required. The name of the Resource Group to which the server belongs.
- serverName
- String
Required. The name of the Azure SQL Server on which the database is hosted.
- databaseName
- String
Required. The name of the Azure SQL Database to get the link for.
- linkId
- String
Required. The replication link id to be retrieved.
Returns
Represents the response to a Get Azure Sql Database Replication Link request.