IPortCondition.Layer4Protocol 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=true, SerializedName="layer4Protocol", Update=true)]
public string Layer4Protocol { 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=true, SerializedName="layer4Protocol", Update=true)>]
member this.Layer4Protocol : string with get, set
Public Property Layer4Protocol As String

Property Value

Attributes

Applies to