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

93 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.connectedvmware.models.HostsList"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostsList"
name: "HostsList"
nameWithType: "HostsList"
summary: "List of Hosts."
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 **HostsList**"
constructors:
- uid: "com.azure.resourcemanager.connectedvmware.models.HostsList.HostsList()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostsList.HostsList()"
name: "HostsList()"
nameWithType: "HostsList.HostsList()"
summary: "Creates an instance of Hosts<wbr>List class."
syntax: "public HostsList()"
desc: "Creates an instance of HostsList class."
methods:
- uid: "com.azure.resourcemanager.connectedvmware.models.HostsList.nextLink()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostsList.nextLink()"
name: "nextLink()"
nameWithType: "HostsList.nextLink()"
summary: "Get the next<wbr>Link property: Url to follow for getting next page of Hosts."
syntax: "public String nextLink()"
desc: "Get the nextLink property: Url to follow for getting next page of Hosts."
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.connectedvmware.models.HostsList.validate()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostsList.validate()"
name: "validate()"
nameWithType: "HostsList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.connectedvmware.models.HostsList.value()"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostsList.value()"
name: "value()"
nameWithType: "HostsList.value()"
summary: "Get the value property: Array of Hosts."
syntax: "public List<HostModelInner> value()"
desc: "Get the value property: Array of Hosts."
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.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostsList.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostsList.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "HostsList.withNextLink(String nextLink)"
summary: "Set the next<wbr>Link property: Url to follow for getting next page of Hosts."
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 HostsList withNextLink(String nextLink)"
desc: "Set the nextLink property: Url to follow for getting next page of Hosts."
returns:
description: "the HostsList object itself."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostsList?alt=com.azure.resourcemanager.connectedvmware.models.HostsList&text=HostsList\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.HostsList.withValue(java.util.List<com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner>)"
fullName: "com.azure.resourcemanager.connectedvmware.models.HostsList.withValue(List<HostModelInner> value)"
name: "withValue(List<HostModelInner> value)"
nameWithType: "HostsList.withValue(List<HostModelInner> value)"
summary: "Set the value property: Array of Hosts."
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.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public HostsList withValue(List<HostModelInner> value)"
desc: "Set the value property: Array of Hosts."
returns:
description: "the HostsList object itself."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostsList?alt=com.azure.resourcemanager.connectedvmware.models.HostsList&text=HostsList\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "List of Hosts."
metadata: {}
package: "com.azure.resourcemanager.connectedvmware.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0