MobileNetworkServiceDataFlowTemplate.Protocol 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.
A list of the allowed protocol(s) for this flow. If you want this flow to be able to use any protocol within the internet protocol suite, use the value ip
. If you only want to allow a selection of protocols, you must use the corresponding IANA Assigned Internet Protocol Number for each protocol, as described in https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml. For example, for UDP, you must use 17. If you use the value ip
then you must leave the field port
unspecified.
public System.Collections.Generic.IList<string> Protocol { get; }
member this.Protocol : System.Collections.Generic.IList<string>
Public ReadOnly Property Protocol As IList(Of String)
Property Value
Applies to
Azure SDK for .NET