Skip to main content

LXCOScheduleData class

This data object contains information about the operation to be performed on the job.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string RequestBody { get; set;}
Request body of the operation, in JSON format.
public string RequestMethod { get; set;}
Method. This can be one of the following values.
  • GET
  • POST
  • PUT
  • PATCH
  • DELETE
public string RequestPath { get; set;}
URI of the operation, including query parameters.

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)