Operation 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.
Represents the operation.
public ref class Operation : Microsoft::EnterpriseManagement::Common::MonitoringBaseWithId
[System.Serializable]
public class Operation : Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
type Operation = class
inherit MonitoringBaseWithId
Public Class Operation
Inherits MonitoringBaseWithId
- Inheritance
- Attributes
Constructors
Operation(Operation) |
Initializes a new Operation object using the operation to clone. |
Properties
CreateOperationId |
Gets the identifier for the create operation. |
DeleteOperationId |
Gets the identifier for the delete operation. |
Description |
Gets the description of the operation. |
DisplayName |
Gets the display name of the operation. |
Id |
Gets the unique identifier for the connected object. (Inherited from MonitoringBaseWithId) |
ImplicitScopes |
Gets the list of triples (class, property, relationship) to which the operation in the profile is restricted to. |
ManagementGroup |
Gets the management group that the object is in. (Inherited from MonitoringBase) |
ManagementGroupId |
Gets the unique identifier of the management group that owns this object. (Inherited from MonitoringBase) |
Name |
Gets the name of the operation. |
NumericId |
Gets the numeric ID of the operation. |
ReadOperationId |
Gets the identifier for the read operation. |
Scope |
Gets the scope type of the operation. |
UpdateOperationId |
Gets the identifier for the update operation. |
Methods
Equals(Object) |
Compares this object with a specified object for equality. (Inherited from MonitoringBaseWithId) |
GetHashCode() |
Returns the hash code for this object. (Inherited from MonitoringBaseWithId) |
Reconnect(EnterpriseManagementGroup) |
Reconnects the object to the specified management group. (Inherited from MonitoringBase) |
SetId(Guid) |
Sets the connected object by specifying the unique identifier. (Inherited from MonitoringBaseWithId) |
ToString() |
Returns the relevant display string for the object. (Inherited from MonitoringBase) |