GlobalNetworkTapRuleActionProperties Class

Definition

Global network tap rule actions properties.

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

Constructors

Name Description
GlobalNetworkTapRuleActionProperties()

Initializes a new instance of GlobalNetworkTapRuleActionProperties.

Properties

Name Description
EnableCount

Configuration to enable network tap rule counter.

Truncate

Truncate. 0 indicates do not truncate.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<GlobalNetworkTapRuleActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GlobalNetworkTapRuleActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GlobalNetworkTapRuleActionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GlobalNetworkTapRuleActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GlobalNetworkTapRuleActionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to