Previous Topic: SetSoftwarePolicyByNameNext Topic: UnlinkSoftwarePoliciesFromUnitGroup


SetSoftwarePolicyByName3

The SetSoftwarePolicyByName3 method updates the specified software policy properties. The software policy is specified by name.

This method also includes the functionality that helps you manage the custom administrator message. The method takes the sequence SetSoftwarePolicyPropertiesByName3. 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 softwarePolicyName (m)

Specifies the name of the software policy. In a particular domain manager or an enterprise manager, the software policy name is unique if it is local to the manager.

SetSoftwarePolicyPropertiesByName3 setSoftwarePolicyPropertiesByName3 (m)

Specifies the properties of the software policy that you need to update. Though providing the sequence is mandatory, but providing values for all of its members is not mandatory. The software policy properties that are not specified retain their original values.

Return Values

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

Remarks

None

More information:

SetSoftwarePolicyPropertiesByName3