azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.f...

79 строки
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.frontdoor.models.ExperimentList"
fullName: "com.azure.resourcemanager.frontdoor.models.ExperimentList"
name: "ExperimentList"
nameWithType: "ExperimentList"
summary: "Defines a list of Experiments."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ExperimentList**"
constructors:
- uid: "com.azure.resourcemanager.frontdoor.models.ExperimentList.ExperimentList()"
fullName: "com.azure.resourcemanager.frontdoor.models.ExperimentList.ExperimentList()"
name: "ExperimentList()"
nameWithType: "ExperimentList.ExperimentList()"
summary: "Creates an instance of Experiment<wbr>List class."
syntax: "public ExperimentList()"
desc: "Creates an instance of ExperimentList class."
methods:
- uid: "com.azure.resourcemanager.frontdoor.models.ExperimentList.nextLink()"
fullName: "com.azure.resourcemanager.frontdoor.models.ExperimentList.nextLink()"
name: "nextLink()"
nameWithType: "ExperimentList.nextLink()"
summary: "Get the next<wbr>Link property: URL to get the next set of Experiment objects if there are any."
syntax: "public String nextLink()"
desc: "Get the nextLink property: URL to get the next set of Experiment objects if there are any."
returns:
description: "the nextLink value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.ExperimentList.validate()"
fullName: "com.azure.resourcemanager.frontdoor.models.ExperimentList.validate()"
name: "validate()"
nameWithType: "ExperimentList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.frontdoor.models.ExperimentList.value()"
fullName: "com.azure.resourcemanager.frontdoor.models.ExperimentList.value()"
name: "value()"
nameWithType: "ExperimentList.value()"
summary: "Get the value property: List of Experiments within a resource group."
syntax: "public List<ExperimentInner> value()"
desc: "Get the value property: List of Experiments within a resource group."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner?alt=com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner&text=ExperimentInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.frontdoor.models.ExperimentList.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.frontdoor.models.ExperimentList.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "ExperimentList.withNextLink(String nextLink)"
summary: "Set the next<wbr>Link property: URL to get the next set of Experiment objects if there are any."
parameters:
- description: "the nextLink value to set."
name: "nextLink"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExperimentList withNextLink(String nextLink)"
desc: "Set the nextLink property: URL to get the next set of Experiment objects if there are any."
returns:
description: "the ExperimentList object itself."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.ExperimentList?alt=com.azure.resourcemanager.frontdoor.models.ExperimentList&text=ExperimentList\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines a list of Experiments. It contains a list of Experiment objects and a URL link to get the next set of results."
metadata: {}
package: "com.azure.resourcemanager.frontdoor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0