### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult"
fullName: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult"
name: "DataSourceListResult"
nameWithType: "DataSourceListResult"
summary: "The list data source by workspace operation response."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **DataSourceListResult**"
constructors:
- uid: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.DataSourceListResult()"
fullName: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.DataSourceListResult()"
name: "DataSourceListResult()"
nameWithType: "DataSourceListResult.DataSourceListResult()"
summary: "Creates an instance of DataSourceListResult class."
syntax: "public DataSourceListResult()"
desc: "Creates an instance of DataSourceListResult class."
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.nextLink()"
fullName: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.nextLink()"
name: "nextLink()"
nameWithType: "DataSourceListResult.nextLink()"
summary: "Get the nextLink property: The link (url) to the next page of datasources."
syntax: "public String nextLink()"
desc: "Get the nextLink property: The link (url) to the next page of datasources."
returns:
description: "the nextLink value."
type: "String"
- uid: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.validate()"
fullName: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.validate()"
name: "validate()"
nameWithType: "DataSourceListResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.value()"
fullName: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.value()"
name: "value()"
nameWithType: "DataSourceListResult.value()"
summary: "Get the value property: A list of datasources."
syntax: "public List value()"
desc: "Get the value property: A list of datasources."
returns:
description: "the value value."
type: "List<>"
- uid: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "DataSourceListResult.withNextLink(String nextLink)"
summary: "Set the nextLink property: The link (url) to the next page of datasources."
parameters:
- description: "the nextLink value to set."
name: "nextLink"
type: "String"
syntax: "public DataSourceListResult withNextLink(String nextLink)"
desc: "Set the nextLink property: The link (url) to the next page of datasources."
returns:
description: "the DataSourceListResult object itself."
type: ""
- uid: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.withValue(java.util.List)"
fullName: "com.azure.resourcemanager.loganalytics.models.DataSourceListResult.withValue(List value)"
name: "withValue(List value)"
nameWithType: "DataSourceListResult.withValue(List value)"
summary: "Set the value property: A list of datasources."
parameters:
- description: "the value value to set."
name: "value"
type: "List<>"
syntax: "public DataSourceListResult withValue(List value)"
desc: "Set the value property: A list of datasources."
returns:
description: "the DataSourceListResult object itself."
type: ""
type: "class"
desc: "The list data source by workspace operation response."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0