91 строка
7.4 KiB
YAML
91 строка
7.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList"
|
|
name: "PaginatedWorkspaceConnectionsList"
|
|
nameWithType: "PaginatedWorkspaceConnectionsList"
|
|
summary: "Paginated list of Workspace connection objects."
|
|
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 **PaginatedWorkspaceConnectionsList**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.PaginatedWorkspaceConnectionsList()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.PaginatedWorkspaceConnectionsList()"
|
|
name: "PaginatedWorkspaceConnectionsList()"
|
|
nameWithType: "PaginatedWorkspaceConnectionsList.PaginatedWorkspaceConnectionsList()"
|
|
syntax: "public PaginatedWorkspaceConnectionsList()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.nextLink()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "PaginatedWorkspaceConnectionsList.nextLink()"
|
|
summary: "Get the next<wbr>Link property: A continuation link (absolute URI) to the next page of results in the list."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: A continuation link (absolute URI) to the next page of results in the list."
|
|
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.machinelearningservices.models.PaginatedWorkspaceConnectionsList.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.validate()"
|
|
name: "validate()"
|
|
nameWithType: "PaginatedWorkspaceConnectionsList.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.value()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.value()"
|
|
name: "value()"
|
|
nameWithType: "PaginatedWorkspaceConnectionsList.value()"
|
|
summary: "Get the value property: An array of Workspace connection objects."
|
|
syntax: "public List<WorkspaceConnectionInner> value()"
|
|
desc: "Get the value property: An array of Workspace connection objects."
|
|
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.machinelearningservices.fluent.models.WorkspaceConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner&text=WorkspaceConnectionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.withNextLink(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.withNextLink(String nextLink)"
|
|
name: "withNextLink(String nextLink)"
|
|
nameWithType: "PaginatedWorkspaceConnectionsList.withNextLink(String nextLink)"
|
|
summary: "Set the next<wbr>Link property: A continuation link (absolute URI) to the next page of results in the list."
|
|
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 PaginatedWorkspaceConnectionsList withNextLink(String nextLink)"
|
|
desc: "Set the nextLink property: A continuation link (absolute URI) to the next page of results in the list."
|
|
returns:
|
|
description: "the PaginatedWorkspaceConnectionsList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList?alt=com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList&text=PaginatedWorkspaceConnectionsList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.withValue(java.util.List<com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner>)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList.withValue(List<WorkspaceConnectionInner> value)"
|
|
name: "withValue(List<WorkspaceConnectionInner> value)"
|
|
nameWithType: "PaginatedWorkspaceConnectionsList.withValue(List<WorkspaceConnectionInner> value)"
|
|
summary: "Set the value property: An array of Workspace connection objects."
|
|
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.machinelearningservices.fluent.models.WorkspaceConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner&text=WorkspaceConnectionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public PaginatedWorkspaceConnectionsList withValue(List<WorkspaceConnectionInner> value)"
|
|
desc: "Set the value property: An array of Workspace connection objects."
|
|
returns:
|
|
description: "the PaginatedWorkspaceConnectionsList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList?alt=com.azure.resourcemanager.machinelearningservices.models.PaginatedWorkspaceConnectionsList&text=PaginatedWorkspaceConnectionsList\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Paginated list of Workspace connection objects."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|