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

azure-native.databoxedge.getPeriodicTimerEventTrigger

Explore with Pulumi AI

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

Get a specific trigger by name.

Uses Azure REST API version 2022-03-01.

Using getPeriodicTimerEventTrigger

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 getPeriodicTimerEventTrigger(args: GetPeriodicTimerEventTriggerArgs, opts?: InvokeOptions): Promise<GetPeriodicTimerEventTriggerResult>
function getPeriodicTimerEventTriggerOutput(args: GetPeriodicTimerEventTriggerOutputArgs, opts?: InvokeOptions): Output<GetPeriodicTimerEventTriggerResult>
Copy
def get_periodic_timer_event_trigger(device_name: Optional[str] = None,
                                     name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetPeriodicTimerEventTriggerResult
def get_periodic_timer_event_trigger_output(device_name: Optional[pulumi.Input[str]] = None,
                                     name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetPeriodicTimerEventTriggerResult]
Copy
func LookupPeriodicTimerEventTrigger(ctx *Context, args *LookupPeriodicTimerEventTriggerArgs, opts ...InvokeOption) (*LookupPeriodicTimerEventTriggerResult, error)
func LookupPeriodicTimerEventTriggerOutput(ctx *Context, args *LookupPeriodicTimerEventTriggerOutputArgs, opts ...InvokeOption) LookupPeriodicTimerEventTriggerResultOutput
Copy

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

public static class GetPeriodicTimerEventTrigger 
{
    public static Task<GetPeriodicTimerEventTriggerResult> InvokeAsync(GetPeriodicTimerEventTriggerArgs args, InvokeOptions? opts = null)
    public static Output<GetPeriodicTimerEventTriggerResult> Invoke(GetPeriodicTimerEventTriggerInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPeriodicTimerEventTriggerResult> getPeriodicTimerEventTrigger(GetPeriodicTimerEventTriggerArgs args, InvokeOptions options)
public static Output<GetPeriodicTimerEventTriggerResult> getPeriodicTimerEventTrigger(GetPeriodicTimerEventTriggerArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:databoxedge:getPeriodicTimerEventTrigger
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DeviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name.
Name
This property is required.
Changes to this property will trigger replacement.
string
The trigger name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
DeviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name.
Name
This property is required.
Changes to this property will trigger replacement.
string
The trigger name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
deviceName
This property is required.
Changes to this property will trigger replacement.
String
The device name.
name
This property is required.
Changes to this property will trigger replacement.
String
The trigger name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
deviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name.
name
This property is required.
Changes to this property will trigger replacement.
string
The trigger name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
device_name
This property is required.
Changes to this property will trigger replacement.
str
The device name.
name
This property is required.
Changes to this property will trigger replacement.
str
The trigger name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
deviceName
This property is required.
Changes to this property will trigger replacement.
String
The device name.
name
This property is required.
Changes to this property will trigger replacement.
String
The trigger name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.

getPeriodicTimerEventTrigger Result

The following output properties are available:

Id string
The path ID that uniquely identifies the object.
Name string
The object name.
SinkInfo Pulumi.AzureNative.DataBoxEdge.Outputs.RoleSinkInfoResponse
Role Sink information.
SourceInfo Pulumi.AzureNative.DataBoxEdge.Outputs.PeriodicTimerSourceInfoResponse
Periodic timer details.
SystemData Pulumi.AzureNative.DataBoxEdge.Outputs.SystemDataResponse
Metadata pertaining to creation and last modification of Trigger
Type string
The hierarchical type of the object.
CustomContextTag string
A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
Id string
The path ID that uniquely identifies the object.
Name string
The object name.
SinkInfo RoleSinkInfoResponse
Role Sink information.
SourceInfo PeriodicTimerSourceInfoResponse
Periodic timer details.
SystemData SystemDataResponse
Metadata pertaining to creation and last modification of Trigger
Type string
The hierarchical type of the object.
CustomContextTag string
A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
id String
The path ID that uniquely identifies the object.
name String
The object name.
sinkInfo RoleSinkInfoResponse
Role Sink information.
sourceInfo PeriodicTimerSourceInfoResponse
Periodic timer details.
systemData SystemDataResponse
Metadata pertaining to creation and last modification of Trigger
type String
The hierarchical type of the object.
customContextTag String
A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
id string
The path ID that uniquely identifies the object.
name string
The object name.
sinkInfo RoleSinkInfoResponse
Role Sink information.
sourceInfo PeriodicTimerSourceInfoResponse
Periodic timer details.
systemData SystemDataResponse
Metadata pertaining to creation and last modification of Trigger
type string
The hierarchical type of the object.
customContextTag string
A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
id str
The path ID that uniquely identifies the object.
name str
The object name.
sink_info RoleSinkInfoResponse
Role Sink information.
source_info PeriodicTimerSourceInfoResponse
Periodic timer details.
system_data SystemDataResponse
Metadata pertaining to creation and last modification of Trigger
type str
The hierarchical type of the object.
custom_context_tag str
A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.
id String
The path ID that uniquely identifies the object.
name String
The object name.
sinkInfo Property Map
Role Sink information.
sourceInfo Property Map
Periodic timer details.
systemData Property Map
Metadata pertaining to creation and last modification of Trigger
type String
The hierarchical type of the object.
customContextTag String
A custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.

Supporting Types

PeriodicTimerSourceInfoResponse

Schedule This property is required. string
Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.
StartTime This property is required. string
The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.
Topic string
Topic where periodic events are published to IoT device.
Schedule This property is required. string
Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.
StartTime This property is required. string
The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.
Topic string
Topic where periodic events are published to IoT device.
schedule This property is required. String
Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.
startTime This property is required. String
The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.
topic String
Topic where periodic events are published to IoT device.
schedule This property is required. string
Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.
startTime This property is required. string
The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.
topic string
Topic where periodic events are published to IoT device.
schedule This property is required. str
Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.
start_time This property is required. str
The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.
topic str
Topic where periodic events are published to IoT device.
schedule This property is required. String
Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.
startTime This property is required. String
The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.
topic String
Topic where periodic events are published to IoT device.

RoleSinkInfoResponse

RoleId This property is required. string
Compute role ID.
RoleId This property is required. string
Compute role ID.
roleId This property is required. String
Compute role ID.
roleId This property is required. string
Compute role ID.
role_id This property is required. str
Compute role ID.
roleId This property is required. String
Compute role ID.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

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 v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi