你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |