### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.SyncGroupListResult"
fullName: "com.azure.resourcemanager.sql.models.SyncGroupListResult"
name: "SyncGroupListResult"
nameWithType: "SyncGroupListResult"
summary: "A list of sync groups."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **SyncGroupListResult** implements <>"
constructors:
- uid: "com.azure.resourcemanager.sql.models.SyncGroupListResult.SyncGroupListResult()"
fullName: "com.azure.resourcemanager.sql.models.SyncGroupListResult.SyncGroupListResult()"
name: "SyncGroupListResult()"
nameWithType: "SyncGroupListResult.SyncGroupListResult()"
summary: "Creates an instance of SyncGroupListResult class."
syntax: "public SyncGroupListResult()"
desc: "Creates an instance of SyncGroupListResult class."
methods:
- uid: "com.azure.resourcemanager.sql.models.SyncGroupListResult.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.models.SyncGroupListResult.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SyncGroupListResult.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of SyncGroupListResult from the JsonReader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: ""
syntax: "public static SyncGroupListResult fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SyncGroupListResult."
type: "IOException"
desc: "Reads an instance of SyncGroupListResult from the JsonReader."
returns:
description: "An instance of SyncGroupListResult if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: ""
- uid: "com.azure.resourcemanager.sql.models.SyncGroupListResult.nextLink()"
fullName: "com.azure.resourcemanager.sql.models.SyncGroupListResult.nextLink()"
name: "nextLink()"
nameWithType: "SyncGroupListResult.nextLink()"
summary: "Get the nextLink property: Link to retrieve next page of results."
syntax: "public String nextLink()"
desc: "Get the nextLink property: Link to retrieve next page of results."
returns:
description: "the nextLink value."
type: "String"
- uid: "com.azure.resourcemanager.sql.models.SyncGroupListResult.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.models.SyncGroupListResult.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SyncGroupListResult.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: ""
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "IOException"
returns:
type: ""
- uid: "com.azure.resourcemanager.sql.models.SyncGroupListResult.validate()"
fullName: "com.azure.resourcemanager.sql.models.SyncGroupListResult.validate()"
name: "validate()"
nameWithType: "SyncGroupListResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.models.SyncGroupListResult.value()"
fullName: "com.azure.resourcemanager.sql.models.SyncGroupListResult.value()"
name: "value()"
nameWithType: "SyncGroupListResult.value()"
summary: "Get the value property: Array of results."
syntax: "public List value()"
desc: "Get the value property: Array of results."
returns:
description: "the value value."
type: "List<>"
type: "class"
desc: "A list of sync groups."
implements:
- "<>"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0