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