Freigeben über


IEdgeNode.IPAddressGroup Property

Definition

List of ip address groups.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of ip address groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IIPAddressGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipAddressGroups", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IIPAddressGroup> IPAddressGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="List of ip address groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IIPAddressGroup) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipAddressGroups", Update=true)>]
member this.IPAddressGroup : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IIPAddressGroup> with get, set
Public Property IPAddressGroup As List(Of IIPAddressGroup)

Property Value

Attributes

Applies to