75 строки
3.9 KiB
YAML
75 строки
3.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.EdgenodeResult"
|
|
fullName: "com.azure.resourcemanager.cdn.models.EdgenodeResult"
|
|
name: "EdgenodeResult"
|
|
nameWithType: "EdgenodeResult"
|
|
summary: "Result of the request to list CDN edgenodes."
|
|
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 EdgenodeResult"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cdn.models.EdgenodeResult.EdgenodeResult()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.EdgenodeResult.EdgenodeResult()"
|
|
name: "EdgenodeResult()"
|
|
nameWithType: "EdgenodeResult.EdgenodeResult()"
|
|
syntax: "public EdgenodeResult()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cdn.models.EdgenodeResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.EdgenodeResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "EdgenodeResult.nextLink()"
|
|
summary: "Get the next<wbr>Link property: URL to get the next set of edgenode list results if there are any."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: URL to get the next set of edgenode list results if there are any."
|
|
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.cdn.models.EdgenodeResult.validate()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.EdgenodeResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EdgenodeResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.cdn.models.EdgenodeResult.value()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.EdgenodeResult.value()"
|
|
name: "value()"
|
|
nameWithType: "EdgenodeResult.value()"
|
|
summary: "Get the value property: Edge node of CDN service."
|
|
syntax: "public List<EdgeNodeInner> value()"
|
|
desc: "Get the value property: Edge node of CDN service."
|
|
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.cdn.fluent.models.EdgeNodeInner?alt=com.azure.resourcemanager.cdn.fluent.models.EdgeNodeInner&text=EdgeNodeInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.EdgenodeResult.withNextLink(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.EdgenodeResult.withNextLink(String nextLink)"
|
|
name: "withNextLink(String nextLink)"
|
|
nameWithType: "EdgenodeResult.withNextLink(String nextLink)"
|
|
summary: "Set the next<wbr>Link property: URL to get the next set of edgenode list results if there are any."
|
|
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 EdgenodeResult withNextLink(String nextLink)"
|
|
desc: "Set the nextLink property: URL to get the next set of edgenode list results if there are any."
|
|
returns:
|
|
description: "the EdgenodeResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.EdgenodeResult?alt=com.azure.resourcemanager.cdn.models.EdgenodeResult&text=EdgenodeResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Result of the request to list CDN edgenodes. It contains a list of ip address group and a URL link to get the next set of results."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cdn.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.18.0
|