FlowLogStatusContent Class

Definition

Parameters that define a resource to query flow log and traffic analytics (optional) status.

public class FlowLogStatusContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.FlowLogStatusContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.FlowLogStatusContent>
public class FlowLogStatusContent
type FlowLogStatusContent = class
    interface IJsonModel<FlowLogStatusContent>
    interface IPersistableModel<FlowLogStatusContent>
type FlowLogStatusContent = class
Public Class FlowLogStatusContent
Implements IJsonModel(Of FlowLogStatusContent), IPersistableModel(Of FlowLogStatusContent)
Public Class FlowLogStatusContent
Inheritance
FlowLogStatusContent
Implements

Constructors

FlowLogStatusContent(ResourceIdentifier)

Initializes a new instance of FlowLogStatusContent.

Properties

TargetResourceId

The target resource where getting the flow log and traffic analytics (optional) status.

Explicit Interface Implementations

IJsonModel<FlowLogStatusContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FlowLogStatusContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FlowLogStatusContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FlowLogStatusContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FlowLogStatusContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to