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