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

93 строки
6.7 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList"
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList"
name: "SapVirtualInstanceList"
nameWithType: "SapVirtualInstanceList"
summary: "Defines the collection of Virtual Instance for SAP solutions resources."
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 **SapVirtualInstanceList**"
constructors:
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.SapVirtualInstanceList()"
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.SapVirtualInstanceList()"
name: "SapVirtualInstanceList()"
nameWithType: "SapVirtualInstanceList.SapVirtualInstanceList()"
summary: "Creates an instance of Sap<wbr>Virtual<wbr>Instance<wbr>List class."
syntax: "public SapVirtualInstanceList()"
desc: "Creates an instance of SapVirtualInstanceList class."
methods:
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.nextLink()"
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.nextLink()"
name: "nextLink()"
nameWithType: "SapVirtualInstanceList.nextLink()"
summary: "Get the next<wbr>Link property: Gets the value of next link."
syntax: "public String nextLink()"
desc: "Get the nextLink property: Gets the value of next link."
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.workloads.models.SapVirtualInstanceList.validate()"
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.validate()"
name: "validate()"
nameWithType: "SapVirtualInstanceList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.value()"
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.value()"
name: "value()"
nameWithType: "SapVirtualInstanceList.value()"
summary: "Get the value property: Gets the list of Virtual Instances for SAP solutions resources."
syntax: "public List<SapVirtualInstanceInner> value()"
desc: "Get the value property: Gets the list of Virtual Instances for SAP solutions resources."
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.workloads.fluent.models.SapVirtualInstanceInner?alt=com.azure.resourcemanager.workloads.fluent.models.SapVirtualInstanceInner&text=SapVirtualInstanceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "SapVirtualInstanceList.withNextLink(String nextLink)"
summary: "Set the next<wbr>Link property: Gets the value of next link."
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 SapVirtualInstanceList withNextLink(String nextLink)"
desc: "Set the nextLink property: Gets the value of next link."
returns:
description: "the SapVirtualInstanceList object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapVirtualInstanceList?alt=com.azure.resourcemanager.workloads.models.SapVirtualInstanceList&text=SapVirtualInstanceList\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.withValue(java.util.List<com.azure.resourcemanager.workloads.fluent.models.SapVirtualInstanceInner>)"
fullName: "com.azure.resourcemanager.workloads.models.SapVirtualInstanceList.withValue(List<SapVirtualInstanceInner> value)"
name: "withValue(List<SapVirtualInstanceInner> value)"
nameWithType: "SapVirtualInstanceList.withValue(List<SapVirtualInstanceInner> value)"
summary: "Set the value property: Gets the list of Virtual Instances for SAP solutions resources."
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.workloads.fluent.models.SapVirtualInstanceInner?alt=com.azure.resourcemanager.workloads.fluent.models.SapVirtualInstanceInner&text=SapVirtualInstanceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SapVirtualInstanceList withValue(List<SapVirtualInstanceInner> value)"
desc: "Set the value property: Gets the list of Virtual Instances for SAP solutions resources."
returns:
description: "the SapVirtualInstanceList object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.SapVirtualInstanceList?alt=com.azure.resourcemanager.workloads.models.SapVirtualInstanceList&text=SapVirtualInstanceList\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the collection of Virtual Instance for SAP solutions resources."
metadata: {}
package: "com.azure.resourcemanager.workloads.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-workloads:1.0.0