ControlPlaneAclMatchConditionPatch.Flags 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.
Flags that need to be matched. Example: established | initial | <List-of-TCP-flags>. List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established.
public System.Collections.Generic.IList<string> Flags { get; }
member this.Flags : System.Collections.Generic.IList<string>
Public ReadOnly Property Flags As IList(Of String)