JobScheduleListOptions.Filter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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-job-schedules.
[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
- System.String
Implements
- Attributes
-
Newtonsoft.Json.JsonIgnoreAttribute