This document is archived and information here might be outdated. Recommended version. |
Returns the REST job definition for a given job ID.
[Visual Basic .NET]
Public Sub GetRESTJobDefinition ( _
ByVal jobID As String, _
ByRef resourceName As String, _
ByRef operationName As String, _
ByRef operationInput As String, _
ByRef outputFormat As String, _
ByRef requestProperties As String _
)
[C#]
public void GetRESTJobDefinition (
string jobID,
ref string resourceName,
ref string operationName,
ref string operationInput,
ref string outputFormat,
ref string requestProperties
);
[C++]
HRESULT GetRESTJobDefinition(
BSTR jobID,
System.String* resourceName,
System.String* operationName,
System.String* operationInput,
System.String* outputFormat,
System.String* requestProperties
);
[C++] Parameters jobID [in]
jobID is a parameter of type BSTR resourceName [out]
resourceName is a parameter of type BSTR* operationName [out]
operationName is a parameter of type BSTR* operationInput [out]
operationInput is a parameter of type BSTR* outputFormat [out]
outputFormat is a parameter of type BSTR* requestProperties [out]
requestProperties is a parameter of type BSTR*