Share via


EdgeNodeInner Constructors

Definition

Overloads

EdgeNodeInner()

Initializes a new instance of the EdgeNodeInner class.

EdgeNodeInner(IList<IpAddressGroup>, String, String, String)

Initializes a new instance of the EdgeNodeInner class.

EdgeNodeInner()

Initializes a new instance of the EdgeNodeInner class.

public EdgeNodeInner ();
Public Sub New ()

Applies to

EdgeNodeInner(IList<IpAddressGroup>, String, String, String)

Initializes a new instance of the EdgeNodeInner class.

public EdgeNodeInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.IpAddressGroup> ipAddressGroups, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.EdgeNodeInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.IpAddressGroup> * string * string * string -> Microsoft.Azure.Management.Cdn.Fluent.Models.EdgeNodeInner
Public Sub New (ipAddressGroups As IList(Of IpAddressGroup), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

ipAddressGroups
IList<IpAddressGroup>

List of ip address groups.

id
String
name
String
type
String

Applies to