Azure Native
getScheduledTrigger
A type of trigger based on schedule API Version: 2020-09-01.
Using getScheduledTrigger
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 getScheduledTrigger(args: GetScheduledTriggerArgs, opts?: InvokeOptions): Promise<GetScheduledTriggerResult>
function getScheduledTriggerOutput(args: GetScheduledTriggerOutputArgs, opts?: InvokeOptions): Output<GetScheduledTriggerResult>
def get_scheduled_trigger(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
share_subscription_name: Optional[str] = None,
trigger_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetScheduledTriggerResult
def get_scheduled_trigger_output(account_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
share_subscription_name: Optional[pulumi.Input[str]] = None,
trigger_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetScheduledTriggerResult]
func LookupScheduledTrigger(ctx *Context, args *LookupScheduledTriggerArgs, opts ...InvokeOption) (*LookupScheduledTriggerResult, error)
func LookupScheduledTriggerOutput(ctx *Context, args *LookupScheduledTriggerOutputArgs, opts ...InvokeOption) LookupScheduledTriggerResultOutput
> Note: This function is named LookupScheduledTrigger
in the Go SDK.
public static class GetScheduledTrigger
{
public static Task<GetScheduledTriggerResult> InvokeAsync(GetScheduledTriggerArgs args, InvokeOptions? opts = null)
public static Output<GetScheduledTriggerResult> Invoke(GetScheduledTriggerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetScheduledTriggerResult> getScheduledTrigger(GetScheduledTriggerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:datashare:getScheduledTrigger
Arguments:
# Arguments dictionary
The following arguments are supported:
- Account
Name string The name of the share account.
- Resource
Group stringName The resource group name.
- string
The name of the shareSubscription.
- Trigger
Name string The name of the trigger.
- Account
Name string The name of the share account.
- Resource
Group stringName The resource group name.
- string
The name of the shareSubscription.
- Trigger
Name string The name of the trigger.
- account
Name String The name of the share account.
- resource
Group StringName The resource group name.
- String
The name of the shareSubscription.
- trigger
Name String The name of the trigger.
- account
Name string The name of the share account.
- resource
Group stringName The resource group name.
- string
The name of the shareSubscription.
- trigger
Name string The name of the trigger.
- account_
name str The name of the share account.
- resource_
group_ strname The resource group name.
- str
The name of the shareSubscription.
- trigger_
name str The name of the trigger.
- account
Name String The name of the share account.
- resource
Group StringName The resource group name.
- String
The name of the shareSubscription.
- trigger
Name String The name of the trigger.
getScheduledTrigger Result
The following output properties are available:
- Created
At string Time at which the trigger was created.
- Id string
The resource id of the azure resource
- Name string
Name of the azure resource
- Provisioning
State string Gets the provisioning state
- Recurrence
Interval string Recurrence Interval
- Synchronization
Time string Synchronization time
- System
Data Pulumi.Azure Native. Data Share. Outputs. System Data Response System Data of the Azure resource.
- Trigger
Status string Gets the trigger state
- Type string
Type of the azure resource
- User
Name string Name of the user who created the trigger.
- Synchronization
Mode string Synchronization mode
- Created
At string Time at which the trigger was created.
- Id string
The resource id of the azure resource
- Name string
Name of the azure resource
- Provisioning
State string Gets the provisioning state
- Recurrence
Interval string Recurrence Interval
- Synchronization
Time string Synchronization time
- System
Data SystemData Response System Data of the Azure resource.
- Trigger
Status string Gets the trigger state
- Type string
Type of the azure resource
- User
Name string Name of the user who created the trigger.
- Synchronization
Mode string Synchronization mode
- created
At String Time at which the trigger was created.
- id String
The resource id of the azure resource
- name String
Name of the azure resource
- provisioning
State String Gets the provisioning state
- recurrence
Interval String Recurrence Interval
- synchronization
Time String Synchronization time
- system
Data SystemData Response System Data of the Azure resource.
- trigger
Status String Gets the trigger state
- type String
Type of the azure resource
- user
Name String Name of the user who created the trigger.
- synchronization
Mode String Synchronization mode
- created
At string Time at which the trigger was created.
- id string
The resource id of the azure resource
- name string
Name of the azure resource
- provisioning
State string Gets the provisioning state
- recurrence
Interval string Recurrence Interval
- synchronization
Time string Synchronization time
- system
Data SystemData Response System Data of the Azure resource.
- trigger
Status string Gets the trigger state
- type string
Type of the azure resource
- user
Name string Name of the user who created the trigger.
- synchronization
Mode string Synchronization mode
- created_
at str Time at which the trigger was created.
- id str
The resource id of the azure resource
- name str
Name of the azure resource
- provisioning_
state str Gets the provisioning state
- recurrence_
interval str Recurrence Interval
- synchronization_
time str Synchronization time
- system_
data SystemData Response System Data of the Azure resource.
- trigger_
status str Gets the trigger state
- type str
Type of the azure resource
- user_
name str Name of the user who created the trigger.
- synchronization_
mode str Synchronization mode
- created
At String Time at which the trigger was created.
- id String
The resource id of the azure resource
- name String
Name of the azure resource
- provisioning
State String Gets the provisioning state
- recurrence
Interval String Recurrence Interval
- synchronization
Time String Synchronization time
- system
Data Property Map System Data of the Azure resource.
- trigger
Status String Gets the trigger state
- type String
Type of the azure resource
- user
Name String Name of the user who created the trigger.
- synchronization
Mode String Synchronization mode
Supporting Types
SystemDataResponse
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The type of identity that last modified the resource.
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The type of identity that last modified the resource.
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The type of identity that last modified the resource.
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The type of identity that last modified the resource.
- last
Modified stringBy The identity that last modified the resource.
- last
Modified stringBy Type 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_ strtype The type of identity that created the resource.
- last_
modified_ strat The type of identity that last modified the resource.
- last_
modified_ strby The identity that last modified the resource.
- last_
modified_ strby_ type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The type of identity that last modified the resource.
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0