Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.TriggerResourceInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of TriggerResourceInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionTriggersClient.createOrUpdate
(String resourceGroupName, String factoryName, String triggerName, TriggerResourceInner trigger) Creates or updates a trigger.Gets a trigger.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TriggerResourceInner>
TriggersClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String triggerName, TriggerResourceInner trigger, String ifMatch, com.azure.core.util.Context context) Creates or updates a trigger.com.azure.core.http.rest.Response<TriggerResourceInner>
TriggersClient.getWithResponse
(String resourceGroupName, String factoryName, String triggerName, String ifNoneMatch, com.azure.core.util.Context context) Gets a trigger.com.azure.core.http.rest.PagedIterable<TriggerResourceInner>
TriggersClient.listByFactory
(String resourceGroupName, String factoryName) Lists triggers.com.azure.core.http.rest.PagedIterable<TriggerResourceInner>
TriggersClient.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists triggers.Modifier and TypeMethodDescriptionTriggersClient.createOrUpdate
(String resourceGroupName, String factoryName, String triggerName, TriggerResourceInner trigger) Creates or updates a trigger.com.azure.core.http.rest.Response<TriggerResourceInner>
TriggersClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String triggerName, TriggerResourceInner trigger, String ifMatch, com.azure.core.util.Context context) Creates or updates a trigger. -
Uses of TriggerResourceInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionTriggerResourceInner.withProperties
(Trigger properties) Set the properties property: Properties of the trigger.Modifier and TypeMethodDescriptionTriggerQueryResponseInner.value()
Get the value property: List of triggers.Modifier and TypeMethodDescriptionTriggerQueryResponseInner.withValue
(List<TriggerResourceInner> value) Set the value property: List of triggers. -
Uses of TriggerResourceInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionTriggerResource.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.TriggerResourceInner object.Modifier and TypeMethodDescriptionTriggerListResponse.value()
Get the value property: List of triggers.Modifier and TypeMethodDescriptionTriggerListResponse.withValue
(List<TriggerResourceInner> value) Set the value property: List of triggers.