IEdgeNodeProperties.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(Description="List of ip address groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IIPAddressGroup) }, ReadOnly=false, Required=true, SerializedName="ipAddressGroups")]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IIPAddressGroup[] IPAddressGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="List of ip address groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IIPAddressGroup) }, ReadOnly=false, Required=true, SerializedName="ipAddressGroups")>]
member this.IPAddressGroup : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IIPAddressGroup[] with get, set
Public Property IPAddressGroup As IIPAddressGroup()
Property Value
- Attributes