WorkflowTrigger Interface

public interface WorkflowTrigger

An immutable client-side representation of WorkflowTrigger.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime changedTime()

Gets the changedTime property: Gets the changed time.

abstract OffsetDateTime createdTime()

Gets the createdTime property: Gets the created time.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract WorkflowTriggerInner innerModel()

Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerInner object.

abstract OffsetDateTime lastExecutionTime()

Gets the lastExecutionTime property: Gets the last execution time.

abstract String name()

Gets the name property: Gets the workflow trigger name.

abstract OffsetDateTime nextExecutionTime()

Gets the nextExecutionTime property: Gets the next execution time.

abstract WorkflowTriggerProvisioningState provisioningState()

Gets the provisioningState property: Gets the provisioning state.

abstract WorkflowTriggerRecurrence recurrence()

Gets the recurrence property: Gets the workflow trigger recurrence.

abstract WorkflowState state()

Gets the state property: Gets the state.

abstract WorkflowStatus status()

Gets the status property: Gets the status.

abstract String type()

Gets the type property: Gets the workflow trigger type.

abstract ResourceReference workflow()

Gets the workflow property: Gets the reference to workflow.

Method Details

changedTime

public abstract OffsetDateTime changedTime()

Gets the changedTime property: Gets the changed time.

Returns:

the changedTime value.

createdTime

public abstract OffsetDateTime createdTime()

Gets the createdTime property: Gets the created time.

Returns:

the createdTime value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract WorkflowTriggerInner innerModel()

Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerInner object.

Returns:

the inner object.

lastExecutionTime

public abstract OffsetDateTime lastExecutionTime()

Gets the lastExecutionTime property: Gets the last execution time.

Returns:

the lastExecutionTime value.

name

public abstract String name()

Gets the name property: Gets the workflow trigger name.

Returns:

the name value.

nextExecutionTime

public abstract OffsetDateTime nextExecutionTime()

Gets the nextExecutionTime property: Gets the next execution time.

Returns:

the nextExecutionTime value.

provisioningState

public abstract WorkflowTriggerProvisioningState provisioningState()

Gets the provisioningState property: Gets the provisioning state.

Returns:

the provisioningState value.

recurrence

public abstract WorkflowTriggerRecurrence recurrence()

Gets the recurrence property: Gets the workflow trigger recurrence.

Returns:

the recurrence value.

state

public abstract WorkflowState state()

Gets the state property: Gets the state.

Returns:

the state value.

status

public abstract WorkflowStatus status()

Gets the status property: Gets the status.

Returns:

the status value.

type

public abstract String type()

Gets the type property: Gets the workflow trigger type.

Returns:

the type value.

workflow

public abstract ResourceReference workflow()

Gets the workflow property: Gets the reference to workflow.

Returns:

the workflow value.

Applies to