82 строки
5.0 KiB
YAML
82 строки
5.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.EdgeNode"
|
|
fullName: "com.microsoft.azure.management.cdn.EdgeNode"
|
|
name: "EdgeNode"
|
|
nameWithType: "EdgeNode"
|
|
summary: "Provides information about edge node of CDN service."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **EdgeNode**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.EdgeNode.EdgeNode(com.microsoft.azure.management.cdn.implementation.EdgeNodeInner)"
|
|
fullName: "com.microsoft.azure.management.cdn.EdgeNode.EdgeNode(EdgeNodeInner inner)"
|
|
name: "EdgeNode(EdgeNodeInner inner)"
|
|
nameWithType: "EdgeNode.EdgeNode(EdgeNodeInner inner)"
|
|
summary: "Construct edge node object from server response object."
|
|
parameters:
|
|
- description: "server response object containing edge nodes."
|
|
name: "inner"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.implementation.EdgeNodeInner?alt=com.microsoft.azure.management.cdn.implementation.EdgeNodeInner&text=EdgeNodeInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EdgeNode(EdgeNodeInner inner)"
|
|
desc: "Construct edge node object from server response object."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.EdgeNode.id()"
|
|
fullName: "com.microsoft.azure.management.cdn.EdgeNode.id()"
|
|
name: "id()"
|
|
nameWithType: "EdgeNode.id()"
|
|
summary: "Edge node resource ID string."
|
|
syntax: "public String id()"
|
|
desc: "Edge node resource ID string."
|
|
returns:
|
|
description: "the resource ID string"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.EdgeNode.ipAddressGroups()"
|
|
fullName: "com.microsoft.azure.management.cdn.EdgeNode.ipAddressGroups()"
|
|
name: "ipAddressGroups()"
|
|
nameWithType: "EdgeNode.ipAddressGroups()"
|
|
summary: "Get the ip<wbr>Address<wbr>Groups value."
|
|
syntax: "public List<IpAddressGroup> ipAddressGroups()"
|
|
desc: "Get the ipAddressGroups value."
|
|
returns:
|
|
description: "the ipAddressGroups value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.IpAddressGroup?alt=com.microsoft.azure.management.cdn.IpAddressGroup&text=IpAddressGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.cdn.EdgeNode.name()"
|
|
fullName: "com.microsoft.azure.management.cdn.EdgeNode.name()"
|
|
name: "name()"
|
|
nameWithType: "EdgeNode.name()"
|
|
summary: "Edge node resource name."
|
|
syntax: "public String name()"
|
|
desc: "Edge node resource name."
|
|
returns:
|
|
description: "the name of the resource"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.EdgeNode.type()"
|
|
fullName: "com.microsoft.azure.management.cdn.EdgeNode.type()"
|
|
name: "type()"
|
|
nameWithType: "EdgeNode.type()"
|
|
summary: "Edge node type string."
|
|
syntax: "public String type()"
|
|
desc: "Edge node type string."
|
|
returns:
|
|
description: "the type of the resource"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Provides information about edge node of CDN service."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|