Previous Topic: SetSoftwareJob2Next Topic: SetSoftwareJobContainerPriority


SetSoftwareJobContainer2

This method updates the properties of a software job container. The difference between the new and old (SetSoftwareJobContainer) method is that the new method takes a new structure, SetSoftwareJobContainerProperties2, which has a new member 'priority'. Using this you can set the priority of the container.

Parameters

xsd:string sessionId (m)

Specifies the session ID obtained from the login to the web service.

xsd:string softwareJobContainerId (m)

The UUID of the container whose properties are to be modified.

SetSoftwareJobContainerProperties2 softwarejobContainer2(m)

The properties that should be updated for the specified software job container.

Return Values

This is a void method that does not expose a return value.

Remarks

None

More information:

SetSoftwareJobContainerProperties2