MobileNetworkServiceDataFlowTemplate Class
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.
Data flow template.
public class MobileNetworkServiceDataFlowTemplate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkServiceDataFlowTemplate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkServiceDataFlowTemplate>
type MobileNetworkServiceDataFlowTemplate = class
interface IJsonModel<MobileNetworkServiceDataFlowTemplate>
interface IPersistableModel<MobileNetworkServiceDataFlowTemplate>
Public Class MobileNetworkServiceDataFlowTemplate
Implements IJsonModel(Of MobileNetworkServiceDataFlowTemplate), IPersistableModel(Of MobileNetworkServiceDataFlowTemplate)
- Inheritance
-
MobileNetworkServiceDataFlowTemplate
- Implements
Constructors
MobileNetworkServiceDataFlowTemplate(String, MobileNetworkSdfDirectionS, IEnumerable<String>, IEnumerable<String>) |
Initializes a new instance of MobileNetworkServiceDataFlowTemplate. |
Properties
Direction |
The direction of this flow. |
Ports |
The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges. If you specify one or more ports or port ranges then you must specify a value other than |
Protocol |
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 |
RemoteIPList |
The remote IP address(es) to which UEs will connect for this flow. If you want to allow connections on any IP address, use the value |
TemplateName |
The name of the data flow template. This must be unique within the parent data flow policy rule. You must not use any of the following reserved strings - |
Explicit Interface Implementations
IJsonModel<MobileNetworkServiceDataFlowTemplate>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MobileNetworkServiceDataFlowTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MobileNetworkServiceDataFlowTemplate>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MobileNetworkServiceDataFlowTemplate>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MobileNetworkServiceDataFlowTemplate>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET