BatchParameters.DetailLevel Property

 

Optional. Gets or sets OData query options for the request.

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

Syntax

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

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.DetailLevel

See Also

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

Return to top