Condividi tramite


IIPAddressGroup.Ipv4Address Property

Definition

The list of ip v4 addresses.

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

Property Value

Attributes

Applies to