Share via


DependencyMapProcessNameFilter Class

Definition

Process name filter for dependency map visualization apis.

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

Constructors

Name Description
DependencyMapProcessNameFilter(DependencyMapProcessNameFilterOperator, IEnumerable<String>)

Initializes a new instance of DependencyMapProcessNameFilter.

Properties

Name Description
Operator

Operator for process name filter.

ProcessNames

List of process names on which the operator should be applied.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<DependencyMapProcessNameFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DependencyMapProcessNameFilter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DependencyMapProcessNameFilter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DependencyMapProcessNameFilter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to