LogicWorkflowTriggerData Class

Definition

A class representing the LogicWorkflowTrigger data model. The workflow trigger.

public class LogicWorkflowTriggerData : Azure.ResourceManager.Models.ResourceData
type LogicWorkflowTriggerData = class
    inherit ResourceData
Public Class LogicWorkflowTriggerData
Inherits ResourceData
Inheritance
LogicWorkflowTriggerData

Properties

ChangedOn

Gets the changed time.

CreatedOn

Gets the created time.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LastExecutionOn

Gets the last execution time.

Name

The name of the resource.

(Inherited from ResourceData)
NextExecutionOn

Gets the next execution time.

ProvisioningState

Gets the provisioning state.

Recurrence

Gets the workflow trigger recurrence.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
State

Gets the state.

Status

Gets the status.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Workflow

Gets the reference to workflow.

Applies to