IEdgeNode.IPAddressGroup Property
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.
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