IAccessControlListMatchCondition.PortConditionLayer4Protocol 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.
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