Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForWorkflowStatus() []string + func ValidateHistoryID(input interface{}, key string) (warnings []string, errors []error) + func ValidateTriggerID(input interface{}, key string) (warnings []string, errors []error) + type ContentHash struct + Algorithm *string + Value *string + type ContentLink struct + ContentHash *ContentHash + ContentSize *int64 + ContentVersion *string + Metadata *interface{} + Uri *string + type Correlation struct + ClientTrackingId *string + type GetOperationResponse struct + HttpResponse *http.Response + Model *WorkflowTriggerHistory + OData *odata.OData + type HistoryId struct + HistoryName string + ResourceGroupName string + SubscriptionId string + TriggerName string + WorkflowName string + func NewHistoryID(subscriptionId string, resourceGroupName string, workflowName string, ...) HistoryId + func ParseHistoryID(input string) (*HistoryId, error) + func ParseHistoryIDInsensitively(input string) (*HistoryId, error) + func (id *HistoryId) FromParseResult(input resourceids.ParseResult) error + func (id HistoryId) ID() string + func (id HistoryId) Segments() []resourceids.Segment + func (id HistoryId) String() string + type ListCompleteResult struct + Items []WorkflowTriggerHistory + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Filter *string + Top *int64 + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]WorkflowTriggerHistory + OData *odata.OData + type ResourceReference struct + Id *string + Name *string + Type *string + type ResubmitOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type TriggerId struct + ResourceGroupName string + SubscriptionId string + TriggerName string + WorkflowName string + func NewTriggerID(subscriptionId string, resourceGroupName string, workflowName string, ...) TriggerId + func ParseTriggerID(input string) (*TriggerId, error) + func ParseTriggerIDInsensitively(input string) (*TriggerId, error) + func (id *TriggerId) FromParseResult(input resourceids.ParseResult) error + func (id TriggerId) ID() string + func (id TriggerId) Segments() []resourceids.Segment + func (id TriggerId) String() string + type WorkflowStatus string + const WorkflowStatusAborted + const WorkflowStatusCancelled + const WorkflowStatusFailed + const WorkflowStatusFaulted + const WorkflowStatusIgnored + const WorkflowStatusNotSpecified + const WorkflowStatusPaused + const WorkflowStatusRunning + const WorkflowStatusSkipped + const WorkflowStatusSucceeded + const WorkflowStatusSuspended + const WorkflowStatusTimedOut + const WorkflowStatusWaiting + func (s *WorkflowStatus) UnmarshalJSON(bytes []byte) error + type WorkflowTriggerHistoriesClient struct + Client *resourcemanager.Client + func NewWorkflowTriggerHistoriesClientWithBaseURI(sdkApi sdkEnv.Api) (*WorkflowTriggerHistoriesClient, error) + func (c WorkflowTriggerHistoriesClient) Get(ctx context.Context, id HistoryId) (result GetOperationResponse, err error) + func (c WorkflowTriggerHistoriesClient) List(ctx context.Context, id TriggerId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c WorkflowTriggerHistoriesClient) ListComplete(ctx context.Context, id TriggerId, options ListOperationOptions) (ListCompleteResult, error) + func (c WorkflowTriggerHistoriesClient) ListCompleteMatchingPredicate(ctx context.Context, id TriggerId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c WorkflowTriggerHistoriesClient) Resubmit(ctx context.Context, id HistoryId) (result ResubmitOperationResponse, err error) + type WorkflowTriggerHistory struct + Id *string + Name *string + Properties *WorkflowTriggerHistoryProperties + Type *string + type WorkflowTriggerHistoryOperationPredicate struct + Id *string + Name *string + Type *string + func (p WorkflowTriggerHistoryOperationPredicate) Matches(input WorkflowTriggerHistory) bool + type WorkflowTriggerHistoryProperties struct + Code *string + Correlation *Correlation + EndTime *string + Error *interface{} + Fired *bool + InputsLink *ContentLink + OutputsLink *ContentLink + Run *ResourceReference + ScheduledTime *string + StartTime *string + Status *WorkflowStatus + TrackingId *string + func (o *WorkflowTriggerHistoryProperties) GetEndTimeAsTime() (*time.Time, error) + func (o *WorkflowTriggerHistoryProperties) GetScheduledTimeAsTime() (*time.Time, error) + func (o *WorkflowTriggerHistoryProperties) GetStartTimeAsTime() (*time.Time, error) + func (o *WorkflowTriggerHistoryProperties) SetEndTimeAsTime(input time.Time) + func (o *WorkflowTriggerHistoryProperties) SetScheduledTimeAsTime(input time.Time) + func (o *WorkflowTriggerHistoryProperties) SetStartTimeAsTime(input time.Time)