89 строки
5.2 KiB
YAML
89 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.containerregistry.models.RunListResult"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.RunListResult"
|
|
name: "RunListResult"
|
|
nameWithType: "RunListResult"
|
|
summary: "Collection of runs."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class RunListResult"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RunListResult.RunListResult()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.RunListResult.RunListResult()"
|
|
name: "RunListResult()"
|
|
nameWithType: "RunListResult.RunListResult()"
|
|
syntax: "public RunListResult()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RunListResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.RunListResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "RunListResult.nextLink()"
|
|
summary: "Get the next<wbr>Link property: The URI that can be used to request the next set of paged results."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: The URI that can be used to request the next set of paged 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.containerregistry.models.RunListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.RunListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RunListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RunListResult.value()"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.RunListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "RunListResult.value()"
|
|
summary: "Get the value property: The collection value."
|
|
syntax: "public List<RunInner> value()"
|
|
desc: "Get the value property: The collection value."
|
|
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.containerregistry.fluent.models.RunInner?alt=com.azure.resourcemanager.containerregistry.fluent.models.RunInner&text=RunInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RunListResult.withNextLink(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.RunListResult.withNextLink(String nextLink)"
|
|
name: "withNextLink(String nextLink)"
|
|
nameWithType: "RunListResult.withNextLink(String nextLink)"
|
|
summary: "Set the next<wbr>Link property: The URI that can be used to request the next set of paged results."
|
|
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 RunListResult withNextLink(String nextLink)"
|
|
desc: "Set the nextLink property: The URI that can be used to request the next set of paged results."
|
|
returns:
|
|
description: "the RunListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunListResult?alt=com.azure.resourcemanager.containerregistry.models.RunListResult&text=RunListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerregistry.models.RunListResult.withValue(java.util.List<com.azure.resourcemanager.containerregistry.fluent.models.RunInner>)"
|
|
fullName: "com.azure.resourcemanager.containerregistry.models.RunListResult.withValue(List<RunInner> value)"
|
|
name: "withValue(List<RunInner> value)"
|
|
nameWithType: "RunListResult.withValue(List<RunInner> value)"
|
|
summary: "Set the value property: The collection value."
|
|
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.containerregistry.fluent.models.RunInner?alt=com.azure.resourcemanager.containerregistry.fluent.models.RunInner&text=RunInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RunListResult withValue(List<RunInner> value)"
|
|
desc: "Set the value property: The collection value."
|
|
returns:
|
|
description: "the RunListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerregistry.models.RunListResult?alt=com.azure.resourcemanager.containerregistry.models.RunListResult&text=RunListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Collection of runs."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.containerregistry.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.18.0
|