IAccessControlListMatchCondition.PortConditionLayer4Protocol Property

Definition

Layer4 protocol type that needs to be matched.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.PSArgumentCompleter(new System.String[] { "TCP", "UDP" })]
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Layer4 protocol type that needs to be matched.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="layer4Protocol", Update=true)]
public string PortConditionLayer4Protocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.PSArgumentCompleter(new System.String[] { "TCP", "UDP" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Layer4 protocol type that needs to be matched.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="layer4Protocol", Update=true)>]
member this.PortConditionLayer4Protocol : string with get, set
Public Property PortConditionLayer4Protocol As String

Property Value

Attributes

Applies to