Interface TriggerSubscriptionOperationStatus
public interface TriggerSubscriptionOperationStatus
An immutable client-side representation of TriggerSubscriptionOperationStatus.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.datafactory.fluent.models.TriggerSubscriptionOperationStatusInner object.status()
Gets the status property: Event Subscription Status.Gets the triggerName property: Trigger name.
-
Method Details
-
triggerName
String triggerName()Gets the triggerName property: Trigger name.- Returns:
- the triggerName value.
-
status
EventSubscriptionStatus status()Gets the status property: Event Subscription Status.- Returns:
- the status value.
-
innerModel
TriggerSubscriptionOperationStatusInner innerModel()Gets the inner com.azure.resourcemanager.datafactory.fluent.models.TriggerSubscriptionOperationStatusInner object.- Returns:
- the inner object.
-