Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.TriggerResourceInner
-
Packages that use TriggerResourceInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of TriggerResourceInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return TriggerResourceInner Modifier and Type Method Description TriggerResourceInner
TriggersClient. createOrUpdate(String resourceGroupName, String factoryName, String triggerName, TriggerResourceInner trigger)
Creates or updates a trigger.TriggerResourceInner
TriggersClient. get(String resourceGroupName, String factoryName, String triggerName)
Gets a trigger.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type TriggerResourceInner Modifier and Type Method Description 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.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.Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type TriggerResourceInner Modifier and Type Method Description TriggerResourceInner
TriggersClient. 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
Methods in com.azure.resourcemanager.datafactory.fluent.models that return TriggerResourceInner Modifier and Type Method Description TriggerResourceInner
TriggerResourceInner. withId(String id)
TriggerResourceInner
TriggerResourceInner. withProperties(Trigger properties)
Set the properties property: Properties of the trigger.Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type TriggerResourceInner Modifier and Type Method Description List<TriggerResourceInner>
TriggerQueryResponseInner. value()
Get the value property: List of triggers.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type TriggerResourceInner Modifier and Type Method Description TriggerQueryResponseInner
TriggerQueryResponseInner. withValue(List<TriggerResourceInner> value)
Set the value property: List of triggers. -
Uses of TriggerResourceInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return TriggerResourceInner Modifier and Type Method Description TriggerResourceInner
TriggerResource. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.TriggerResourceInner object.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type TriggerResourceInner Modifier and Type Method Description List<TriggerResourceInner>
TriggerListResponse. value()
Get the value property: List of triggers.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type TriggerResourceInner Modifier and Type Method Description TriggerListResponse
TriggerListResponse. withValue(List<TriggerResourceInner> value)
Set the value property: List of triggers.
-