TriggerQueryResponse Constructors
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.
Overloads
TriggerQueryResponse() |
Initializes a new instance of the TriggerQueryResponse class. |
TriggerQueryResponse(IList<TriggerResource>, String) |
Initializes a new instance of the TriggerQueryResponse class. |
TriggerQueryResponse()
Initializes a new instance of the TriggerQueryResponse class.
public TriggerQueryResponse ();
Public Sub New ()
Applies to
TriggerQueryResponse(IList<TriggerResource>, String)
Initializes a new instance of the TriggerQueryResponse class.
public TriggerQueryResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.TriggerResource> value, string continuationToken = default);
new Microsoft.Azure.Management.DataFactory.Models.TriggerQueryResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.TriggerResource> * string -> Microsoft.Azure.Management.DataFactory.Models.TriggerQueryResponse
Public Sub New (value As IList(Of TriggerResource), Optional continuationToken As String = Nothing)
Parameters
- value
- IList<TriggerResource>
List of triggers.
- continuationToken
- String
The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
Applies to
Azure SDK for .NET