BatchParameters.ClientRequestId Property

 

Optional. Gets or sets an id for the request.

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

Syntax

public Nullable<Guid> ClientRequestId { get; set; }
public:
property Nullable<Guid> ClientRequestId {
    Nullable<Guid> get();
    void set(Nullable<Guid> value);
}
member ClientRequestId : Nullable<Guid> with get, set
Public Property ClientRequestId As Nullable(Of Guid)

Property Value

Type: System.Nullable<Guid>

See Also

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

Return to top