PoolListOptions.Filter Property

Definition

Gets or sets an OData $filter clause. For more information on constructing this filter, see https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-pools.

[Newtonsoft.Json.JsonIgnore]
public string Filter { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.Filter : string with get, set
Public Property Filter As String

Property Value

Implements

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to