X12MessageFilter 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.
The X12 message filter for odata query.
public class X12MessageFilter
public class X12MessageFilter : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.X12MessageFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.X12MessageFilter>
type X12MessageFilter = class
type X12MessageFilter = class
interface IJsonModel<X12MessageFilter>
interface IPersistableModel<X12MessageFilter>
Public Class X12MessageFilter
Public Class X12MessageFilter
Implements IJsonModel(Of X12MessageFilter), IPersistableModel(Of X12MessageFilter)
- Inheritance
-
X12MessageFilter
- Implements
Constructors
X12MessageFilter(MessageFilterType) |
Initializes a new instance of X12MessageFilter. |
Properties
MessageFilterType |
The message filter type. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<X12MessageFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<X12MessageFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<X12MessageFilter>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<X12MessageFilter>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<X12MessageFilter>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET