ReplicationLinkListResponse Class
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.
Represents the response to a List Azure Sql Database Replication Link request.
public class ReplicationLinkListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.ReplicationLink>
type ReplicationLinkListResponse = class
inherit AzureOperationResponse
interface seq<ReplicationLink>
interface IEnumerable
Public Class ReplicationLinkListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ReplicationLink)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseReplicationLinkListResponse
- Implements
Constructors
ReplicationLinkListResponse() |
Initializes a new instance of the ReplicationLinkListResponse class. |
Properties
ReplicationLinks |
Optional. Gets or sets the list of Azure Sql Database Replication Links housed in the database. |
Methods
GetEnumerator() |
Gets the sequence of ReplicationLinks. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of ReplicationLinks. |