IRuleProperties.AddressList Property

Definition

List of Addresses to be allowed or denied.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of Addresses to be allowed or denied.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="addressList", Update=true)]
public System.Collections.Generic.List<string> AddressList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="List of Addresses to be allowed or denied.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="addressList", Update=true)>]
member this.AddressList : System.Collections.Generic.List<string> with get, set
Public Property AddressList As List(Of String)

Property Value

Attributes

Applies to