1. Packages
  2. Azure Native
  3. API Docs
  4. datafactory
  5. getTriggerEventSubscriptionStatus
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.datafactory.getTriggerEventSubscriptionStatus

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Get a trigger’s event subscription status.

Uses Azure REST API version 2018-06-01.

Using getTriggerEventSubscriptionStatus

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getTriggerEventSubscriptionStatus(args: GetTriggerEventSubscriptionStatusArgs, opts?: InvokeOptions): Promise<GetTriggerEventSubscriptionStatusResult>
function getTriggerEventSubscriptionStatusOutput(args: GetTriggerEventSubscriptionStatusOutputArgs, opts?: InvokeOptions): Output<GetTriggerEventSubscriptionStatusResult>
Copy
def get_trigger_event_subscription_status(factory_name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          trigger_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetTriggerEventSubscriptionStatusResult
def get_trigger_event_subscription_status_output(factory_name: Optional[pulumi.Input[str]] = None,
                                          resource_group_name: Optional[pulumi.Input[str]] = None,
                                          trigger_name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetTriggerEventSubscriptionStatusResult]
Copy
func GetTriggerEventSubscriptionStatus(ctx *Context, args *GetTriggerEventSubscriptionStatusArgs, opts ...InvokeOption) (*GetTriggerEventSubscriptionStatusResult, error)
func GetTriggerEventSubscriptionStatusOutput(ctx *Context, args *GetTriggerEventSubscriptionStatusOutputArgs, opts ...InvokeOption) GetTriggerEventSubscriptionStatusResultOutput
Copy

> Note: This function is named GetTriggerEventSubscriptionStatus in the Go SDK.

public static class GetTriggerEventSubscriptionStatus 
{
    public static Task<GetTriggerEventSubscriptionStatusResult> InvokeAsync(GetTriggerEventSubscriptionStatusArgs args, InvokeOptions? opts = null)
    public static Output<GetTriggerEventSubscriptionStatusResult> Invoke(GetTriggerEventSubscriptionStatusInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTriggerEventSubscriptionStatusResult> getTriggerEventSubscriptionStatus(GetTriggerEventSubscriptionStatusArgs args, InvokeOptions options)
public static Output<GetTriggerEventSubscriptionStatusResult> getTriggerEventSubscriptionStatus(GetTriggerEventSubscriptionStatusArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:datafactory:getTriggerEventSubscriptionStatus
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FactoryName
This property is required.
Changes to this property will trigger replacement.
string
The factory name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
TriggerName
This property is required.
Changes to this property will trigger replacement.
string
The trigger name.
FactoryName
This property is required.
Changes to this property will trigger replacement.
string
The factory name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
TriggerName
This property is required.
Changes to this property will trigger replacement.
string
The trigger name.
factoryName
This property is required.
Changes to this property will trigger replacement.
String
The factory name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
triggerName
This property is required.
Changes to this property will trigger replacement.
String
The trigger name.
factoryName
This property is required.
Changes to this property will trigger replacement.
string
The factory name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
triggerName
This property is required.
Changes to this property will trigger replacement.
string
The trigger name.
factory_name
This property is required.
Changes to this property will trigger replacement.
str
The factory name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
trigger_name
This property is required.
Changes to this property will trigger replacement.
str
The trigger name.
factoryName
This property is required.
Changes to this property will trigger replacement.
String
The factory name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
triggerName
This property is required.
Changes to this property will trigger replacement.
String
The trigger name.

getTriggerEventSubscriptionStatus Result

The following output properties are available:

Status string
Event Subscription Status.
TriggerName string
Trigger name.
Status string
Event Subscription Status.
TriggerName string
Trigger name.
status String
Event Subscription Status.
triggerName String
Trigger name.
status string
Event Subscription Status.
triggerName string
Trigger name.
status str
Event Subscription Status.
trigger_name str
Trigger name.
status String
Event Subscription Status.
triggerName String
Trigger name.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi