public class EdgeNode extends Object
Constructor and Description |
---|
EdgeNode(com.microsoft.azure.management.cdn.implementation.EdgeNodeInner inner)
Construct edge node object from server response object.
|
Modifier and Type | Method and Description |
---|---|
String |
id()
Edge node resource ID string.
|
List<IpAddressGroup> |
ipAddressGroups()
Get the ipAddressGroups value.
|
String |
name()
Edge node resource name.
|
String |
type()
Edge node type string.
|
public EdgeNode(com.microsoft.azure.management.cdn.implementation.EdgeNodeInner inner)
inner
- server response object containing edge nodes.public String id()
public String name()
public String type()
public List<IpAddressGroup> ipAddressGroups()
Copyright © 2019. All rights reserved.