azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.l...

93 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList"
fullName: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList"
name: "LoadTestResourcePageList"
nameWithType: "LoadTestResourcePageList"
summary: "List of resources page result."
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 **LoadTestResourcePageList**"
constructors:
- uid: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.LoadTestResourcePageList()"
fullName: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.LoadTestResourcePageList()"
name: "LoadTestResourcePageList()"
nameWithType: "LoadTestResourcePageList.LoadTestResourcePageList()"
summary: "Creates an instance of Load<wbr>Test<wbr>Resource<wbr>Page<wbr>List class."
syntax: "public LoadTestResourcePageList()"
desc: "Creates an instance of LoadTestResourcePageList class."
methods:
- uid: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.nextLink()"
fullName: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.nextLink()"
name: "nextLink()"
nameWithType: "LoadTestResourcePageList.nextLink()"
summary: "Get the next<wbr>Link property: Link to next page of resources."
syntax: "public String nextLink()"
desc: "Get the nextLink property: Link to next page of resources."
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.loadtestservice.models.LoadTestResourcePageList.validate()"
fullName: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.validate()"
name: "validate()"
nameWithType: "LoadTestResourcePageList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.value()"
fullName: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.value()"
name: "value()"
nameWithType: "LoadTestResourcePageList.value()"
summary: "Get the value property: List of resources in current page."
syntax: "public List<LoadTestResourceInner> value()"
desc: "Get the value property: List of resources in current page."
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.loadtestservice.fluent.models.LoadTestResourceInner?alt=com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestResourceInner&text=LoadTestResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "LoadTestResourcePageList.withNextLink(String nextLink)"
summary: "Set the next<wbr>Link property: Link to next page of resources."
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 LoadTestResourcePageList withNextLink(String nextLink)"
desc: "Set the nextLink property: Link to next page of resources."
returns:
description: "the LoadTestResourcePageList object itself."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList?alt=com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList&text=LoadTestResourcePageList\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.withValue(java.util.List<com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestResourceInner>)"
fullName: "com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList.withValue(List<LoadTestResourceInner> value)"
name: "withValue(List<LoadTestResourceInner> value)"
nameWithType: "LoadTestResourcePageList.withValue(List<LoadTestResourceInner> value)"
summary: "Set the value property: List of resources in current page."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestResourceInner?alt=com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestResourceInner&text=LoadTestResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LoadTestResourcePageList withValue(List<LoadTestResourceInner> value)"
desc: "Set the value property: List of resources in current page."
returns:
description: "the LoadTestResourcePageList object itself."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList?alt=com.azure.resourcemanager.loadtestservice.models.LoadTestResourcePageList&text=LoadTestResourcePageList\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "List of resources page result."
metadata: {}
package: "com.azure.resourcemanager.loadtestservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtestservice:1.0.0-beta.2