BatchOperationResponse.ClientRequestId Property

 

Optional. Gets the ClientRequestId provided by the client during the 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

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

Return to top