TriggerQueryResponse Interface
public interface TriggerQueryResponse
An immutable client-side representation of TriggerQueryResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
continuationToken()
Gets the continuation |
|
abstract
Trigger |
innerModel()
Gets the inner com. |
|
abstract
List<Trigger |
value()
Gets the value property: List of triggers. |
Method Details
continuationToken
public abstract String continuationToken()
Gets the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
Returns:
innerModel
public abstract TriggerQueryResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.TriggerQueryResponseInner object.
Returns:
value
public abstract List<TriggerResource> value()
Gets the value property: List of triggers.
Returns: