UpdatePolicyPlatform class
This data object contains about a platform for an update compliance-policy.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string PlatformIdentifier { get; set; }
- ID of the platform (type of resource) that is associated with the target component.
- public string PlatformName { get; set; }
- Name of the platform (type of resource) that is associated with the target component.
- public UpdatePolicyPlatformCriteria[] Criteria { get; set; }
- Information about each criterion for the platform.
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback