SyncAgentLinkedDatabaseListResponse 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.
Response for listing databases connected by a given sync agent operations.
public class SyncAgentLinkedDatabaseListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentLinkedDatabase>
type SyncAgentLinkedDatabaseListResponse = class
inherit AzureOperationResponse
interface seq<SyncAgentLinkedDatabase>
interface IEnumerable
Public Class SyncAgentLinkedDatabaseListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of SyncAgentLinkedDatabase)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseSyncAgentLinkedDatabaseListResponse
- Implements
Constructors
| Name | Description |
|---|---|
| SyncAgentLinkedDatabaseListResponse() |
Initializes a new instance of the SyncAgentLinkedDatabaseListResponse class. |
Properties
| Name | Description |
|---|---|
| LinkedDatabases |
Optional. A list of databases connected by the given sync agent. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() |
Gets the sequence of LinkedDatabases. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Gets the sequence of LinkedDatabases. |