ProcessNameFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Process name filter for dependency map visualization apis
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.ProcessNameFilterTypeConverter))]
public class ProcessNameFilter : Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IProcessNameFilter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.ProcessNameFilterTypeConverter))>]
type ProcessNameFilter = class
interface IProcessNameFilter
interface IJsonSerializable
Public Class ProcessNameFilter
Implements IProcessNameFilter
- Inheritance
-
ProcessNameFilter
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ProcessNameFilter() |
Creates an new ProcessNameFilter instance. |
Properties
| Name | Description |
|---|---|
| Operator |
Operator for process name filter |
| ProcessName |
List of process names on which the operator should be applied |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProcessNameFilter. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProcessNameFilter. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IProcessNameFilter. |
| FromJsonString(String) |
Creates a new instance of ProcessNameFilter, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProcessNameFilter into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |