79 строки
5.5 KiB
YAML
79 строки
5.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult"
|
|
name: "ComponentListResult"
|
|
nameWithType: "ComponentListResult"
|
|
summary: "Response for list component 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 **ComponentListResult**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult.ComponentListResult()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult.ComponentListResult()"
|
|
name: "ComponentListResult()"
|
|
nameWithType: "ComponentListResult.ComponentListResult()"
|
|
summary: "Creates an instance of Component<wbr>List<wbr>Result class."
|
|
syntax: "public ComponentListResult()"
|
|
desc: "Creates an instance of ComponentListResult class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "ComponentListResult.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.ComponentListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ComponentListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult.value()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "ComponentListResult.value()"
|
|
summary: "Get the value property: A list of component resources in a network<wbr>Function."
|
|
syntax: "public List<ComponentInner> value()"
|
|
desc: "Get the value property: A list of component resources in a networkFunction."
|
|
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.ComponentInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.ComponentInner&text=ComponentInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult.withValue(java.util.List<com.azure.resourcemanager.hybridnetwork.fluent.models.ComponentInner>)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ComponentListResult.withValue(List<ComponentInner> value)"
|
|
name: "withValue(List<ComponentInner> value)"
|
|
nameWithType: "ComponentListResult.withValue(List<ComponentInner> value)"
|
|
summary: "Set the value property: A list of component resources in a network<wbr>Function."
|
|
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.ComponentInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.ComponentInner&text=ComponentInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ComponentListResult withValue(List<ComponentInner> value)"
|
|
desc: "Set the value property: A list of component resources in a networkFunction."
|
|
returns:
|
|
description: "the ComponentListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ComponentListResult?alt=com.azure.resourcemanager.hybridnetwork.models.ComponentListResult&text=ComponentListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Response for list component API service call."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hybridnetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0
|