Share via


AddTaskResult.ClientRequestId Property

 

Optional. Gets and sets the user supplied request id for the original request, if present and requested to be returned.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public string ClientRequestId { get; set; }
public:
property String^ ClientRequestId {
    String^ get();
    void set(String^ value);
}
member ClientRequestId : string with get, set
Public Property ClientRequestId As String

Property Value

Type: System.String

See Also

AddTaskResult Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top