Share via


DetailLevel Class

 

Specifies OData query options.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.Models.DetailLevel

Syntax

public class DetailLevel
public ref class DetailLevel 
type DetailLevel = class end
Public Class DetailLevel

Constructors

Name Description
System_CAPS_pubmethod DetailLevel()

Initializes a new instance of the DetailLevel class.

Properties

Name Description
System_CAPS_pubproperty ExpandClause

Optional. Gets or sets an OData $expand clause.

System_CAPS_pubproperty FilterClause

Optional. Gets or sets an OData $filter clause.

System_CAPS_pubproperty SelectClause

Optional. Gets or sets an OData $select clause.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top