79 строки
5.2 KiB
YAML
79 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult"
|
|
name: "SiteListResult"
|
|
nameWithType: "SiteListResult"
|
|
summary: "Response for sites API service call."
|
|
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 **SiteListResult**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult.SiteListResult()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult.SiteListResult()"
|
|
name: "SiteListResult()"
|
|
nameWithType: "SiteListResult.SiteListResult()"
|
|
summary: "Creates an instance of Site<wbr>List<wbr>Result class."
|
|
syntax: "public SiteListResult()"
|
|
desc: "Creates an instance of SiteListResult class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "SiteListResult.nextLink()"
|
|
summary: "Get the next<wbr>Link property: The URL to get the next set of results."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: The URL to get the next set of results."
|
|
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.hybridnetwork.models.SiteListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SiteListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult.value()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "SiteListResult.value()"
|
|
summary: "Get the value property: A list of sites in a resource group."
|
|
syntax: "public List<SiteInner> value()"
|
|
desc: "Get the value property: A list of sites in 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><<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult.withValue(java.util.List<com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner>)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.SiteListResult.withValue(List<SiteInner> value)"
|
|
name: "withValue(List<SiteInner> value)"
|
|
nameWithType: "SiteListResult.withValue(List<SiteInner> value)"
|
|
summary: "Set the value property: A list of sites in a resource group."
|
|
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><<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public SiteListResult withValue(List<SiteInner> value)"
|
|
desc: "Set the value property: A list of sites in a resource group."
|
|
returns:
|
|
description: "the SiteListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.SiteListResult?alt=com.azure.resourcemanager.hybridnetwork.models.SiteListResult&text=SiteListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Response for sites API service call."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hybridnetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0
|