GlobalNetworkTapRuleActionPatchProperties Class

Definition

Global network tap rule actions patch properties.

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

Constructors

Name Description
GlobalNetworkTapRuleActionPatchProperties()

Initializes a new instance of GlobalNetworkTapRuleActionPatchProperties.

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<GlobalNetworkTapRuleActionPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GlobalNetworkTapRuleActionPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GlobalNetworkTapRuleActionPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GlobalNetworkTapRuleActionPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GlobalNetworkTapRuleActionPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to