EdgeNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Edge node of CDN service.
public class EdgeNode : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Wrapper<Microsoft.Azure.Management.Cdn.Fluent.Models.EdgeNodeInner>
type EdgeNode = class
inherit Wrapper<EdgeNodeInner>
Public Class EdgeNode
Inherits Wrapper(Of EdgeNodeInner)
- Inheritance
Constructors
EdgeNode(EdgeNodeInner) |
Initializes a new instance of the EdgeNodeInner class. |
Properties
Id |
Gets or sets Edge node resource ID string. |
Inner | (Inherited from Wrapper<InnerT>) |
IpAddressGroups |
Gets or sets list of ip address groups. |
Name |
Gets or sets Edge node resource name. |
Type |
Gets or sets Edge node type string. |
Methods
SetInner(InnerT) | (Inherited from Wrapper<InnerT>) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET