SyncMemberListResponse 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 sync member operations.
public class SyncMemberListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncMember>
type SyncMemberListResponse = class
inherit AzureOperationResponse
interface seq<SyncMember>
interface IEnumerable
Public Class SyncMemberListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of SyncMember)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseSyncMemberListResponse
- Implements
Constructors
SyncMemberListResponse() |
Initializes a new instance of the SyncMemberListResponse class. |
Properties
SyncMembers |
Optional. List of details of sync member. |
Methods
GetEnumerator() |
Gets the sequence of SyncMembers. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of SyncMembers. |