Previous Topic: CreateUninstallSoftwareJobInSoftwarePolicy3Next Topic: CreateUnInstallSoftwareJobInSoftwarePolicyByName3


More Information:

CreateSoftwareJobOrderPolicyProperties

CreateUnInstallSoftwareJobInSoftwarePolicyByName

The CreateUninstallSoftwareJobInSoftwarePolicyByName method creates a new software job of type Uninstall within a given software policy.

Parameters

xsd:string sessionId (m)

The session identifier.

dsm:softwarePackage softwarePackage (m)

The software package details that should be used by the job.

xsd:string softwarePackageProcedureName (m)

The name of the software package procedure that should be used by the job.

xsd:string softwarePackageInstallProcedureName (m)

The name of the software package install procedure that should be used by the job.

CreateSoftwareJobOrderPolicyProperties softwareJobOrderPolicyProperties (m)

The properties required to create and order a software job in a software policy.

xsd:string softwarePolicyName (m)

The name the software policy in which the software job should be created.

Return Values

xsd:string createUninstallSoftwareJobInSoftwarePolicy

If an 'Uninstall' software job was successfully created, the UUID of the new job will be returned.

Remarks

None