MonitorEntityOrigin 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.
Details about the origin of the entity - the source that added it to the issue.
public class MonitorEntityOrigin : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Workspaces.Models.MonitorEntityOrigin>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Workspaces.Models.MonitorEntityOrigin>
type MonitorEntityOrigin = class
interface IJsonModel<MonitorEntityOrigin>
interface IPersistableModel<MonitorEntityOrigin>
Public Class MonitorEntityOrigin
Implements IJsonModel(Of MonitorEntityOrigin), IPersistableModel(Of MonitorEntityOrigin)
- Inheritance
-
MonitorEntityOrigin
- Implements
Constructors
| Name | Description |
|---|---|
| MonitorEntityOrigin(String, MonitorEntityType) |
Initializes a new instance of MonitorEntityOrigin. |
Properties
| Name | Description |
|---|---|
| AddedBy |
The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system. |
| AddedByType |
The source of the origin - Manual or Automatic. |