ICommonDynamicMatchConfiguration.IPGroup Property

Definition

List of IP Groups.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of IP Groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPGroupProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipGroups", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPGroupProperties> IPGroup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of IP Groups.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPGroupProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipGroups", Update=true)>]
member this.IPGroup : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPGroupProperties> with get, set
Public Property IPGroup As List(Of IIPGroupProperties)

Property Value

Attributes

Applies to