TriggerFilterParameters Class
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.
Query parameters for triggers.
public class TriggerFilterParameters
type TriggerFilterParameters = class
Public Class TriggerFilterParameters
- Inheritance
-
TriggerFilterParameters
Constructors
TriggerFilterParameters() |
Initializes a new instance of the TriggerFilterParameters class. |
TriggerFilterParameters(String, String) |
Initializes a new instance of the TriggerFilterParameters class. |
Properties
ContinuationToken |
Gets or sets the continuation token for getting the next page of results. Null for first page. |
ParentTriggerName |
Gets or sets the name of the parent TumblingWindowTrigger to get the child rerun triggers |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET