Previous Topic: SetSoftwareJobContainerNext Topic: UnsealSoftwareJobContainers


SetSoftwareJobContainer3

The SetSoftwareJobContainer3 method updates the properties of a software job container.

This method also includes the functionality that helps you manage the custom administrator message. The method takes the sequence CreateSoftwareJobContainerProperties3. This sequence includes two parameters: userMessage, which takes the message input from the user, and userMessageSupplied, which checks the presence of the userMessage field for the custom administrator message in SD.

Parameters

xsd:string sessionId (m)

Specifies the session identifier obtained from the login method of the web service.

xsd:string softwareJobContainerId (m)

Specifies the UUID of the container for which properties are to be modified.

SetSoftwareJobContainerProperties3 softwareJobContainer3 (m)

Specifies the properties required to create a software job container.

Return Values

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

Remarks

None

More information:

SetSoftwareJobContainerProperties3