EdgeNodeInner 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
EdgeNodeInner() |
初始化 EdgeNodeInner 類別的新實例。 |
EdgeNodeInner(IList<IpAddressGroup>, String, String, String) |
初始化 EdgeNodeInner 類別的新實例。 |
EdgeNodeInner()
初始化 EdgeNodeInner 類別的新實例。
public EdgeNodeInner ();
Public Sub New ()
適用於
EdgeNodeInner(IList<IpAddressGroup>, String, String, String)
初始化 EdgeNodeInner 類別的新實例。
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)
參數
- ipAddressGroups
- IList<IpAddressGroup>
IP 位址群組的清單。
- id
- String
- name
- String
- type
- String