Update job properties, such as priority and VC allocation, of a queued or running job.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public static void UpdateJob(
string jobUrl,
JobUpdateInfo updateInfo
) |
Visual Basic |
---|
Public Shared Sub UpdateJob ( _
jobUrl As String, _
updateInfo As JobUpdateInfo _
) |
Visual C++ |
---|
public:
static void UpdateJob(
String^ jobUrl,
JobUpdateInfo^ updateInfo
) |
Parameters
- jobUrl
- Type: String
Global name of the job to updated.
E.g. http://cosmos08.osdinfra.net/cosmos/cosmosAdmin/_jobs/xxxx-xxxx-xxxx-xxxx
- updateInfo
- Type: VcClient..::..JobUpdateInfo
Update parameters
See Also