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