Skip to main content

UpdatePolicyFullData class

This data object contains detailed information about an update compliance-policy.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Inheritance -> Object -> UpdatePolicyData

Properties

public string[] ResourceIDs { get; set; }
List of IDs of resources to which this policy is assigned
public UpdatePolicyPlatform[] Rules { get; set; }
Information about each rule for this policy

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)