Uses of Interface
com.azure.resourcemanager.datafactory.models.TriggerResource
-
Packages that use TriggerResource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of TriggerResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return TriggerResource Modifier and Type Method Description TriggerResource
TriggerResource.Update. apply()
Executes the update request.TriggerResource
TriggerResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.TriggerResource
TriggerResource.DefinitionStages.WithCreate. create()
Executes the create request.TriggerResource
TriggerResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.TriggerResource
Triggers. get(String resourceGroupName, String factoryName, String triggerName)
Gets a trigger.TriggerResource
Triggers. getById(String id)
Gets a trigger.TriggerResource
TriggerResource. refresh()
Refreshes the resource to sync with Azure.TriggerResource
TriggerResource. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type TriggerResource Modifier and Type Method Description com.azure.core.http.rest.Response<TriggerResource>
Triggers. getByIdWithResponse(String id, String ifNoneMatch, com.azure.core.util.Context context)
Gets a trigger.com.azure.core.http.rest.Response<TriggerResource>
Triggers. getWithResponse(String resourceGroupName, String factoryName, String triggerName, String ifNoneMatch, com.azure.core.util.Context context)
Gets a trigger.com.azure.core.http.rest.PagedIterable<TriggerResource>
Triggers. listByFactory(String resourceGroupName, String factoryName)
Lists triggers.com.azure.core.http.rest.PagedIterable<TriggerResource>
Triggers. listByFactory(String resourceGroupName, String factoryName, com.azure.core.util.Context context)
Lists triggers.List<TriggerResource>
TriggerQueryResponse. value()
Gets the value property: List of triggers.
-