NetworkMonitorPatch Class

Definition

The Network Monitor Patch resource definition.

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

Constructors

Name Description
NetworkMonitorPatch()

Initializes a new instance of NetworkMonitorPatch.

Properties

Name Description
BmpConfiguration

BGP Monitoring Protocol (BMP) Configurations for the Network Monitor.

Tags

Resource tags.

(Inherited from TagsUpdate)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkMonitorPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TagsUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TagsUpdate)
IJsonModel<TagsUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TagsUpdate)
IPersistableModel<NetworkMonitorPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkMonitorPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkMonitorPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TagsUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TagsUpdate)
IPersistableModel<TagsUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TagsUpdate)
IPersistableModel<TagsUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TagsUpdate)

Applies to