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 PossibleValuesForRunQueryFilterOperand() []string + func PossibleValuesForRunQueryFilterOperator() []string + func PossibleValuesForRunQueryOrder() []string + func PossibleValuesForRunQueryOrderByField() []string + func PossibleValuesForTriggerRunStatus() []string + func ValidateFactoryID(input interface{}, key string) (warnings []string, errors []error) + func ValidateTriggerRunID(input interface{}, key string) (warnings []string, errors []error) + type CancelOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type FactoryId struct + FactoryName string + ResourceGroupName string + SubscriptionId string + func NewFactoryID(subscriptionId string, resourceGroupName string, factoryName string) FactoryId + func ParseFactoryID(input string) (*FactoryId, error) + func ParseFactoryIDInsensitively(input string) (*FactoryId, error) + func (id *FactoryId) FromParseResult(input resourceids.ParseResult) error + func (id FactoryId) ID() string + func (id FactoryId) Segments() []resourceids.Segment + func (id FactoryId) String() string + type QueryByFactoryOperationResponse struct + HttpResponse *http.Response + Model *TriggerRunsQueryResponse + OData *odata.OData + type RerunOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type RunFilterParameters struct + ContinuationToken *string + Filters *[]RunQueryFilter + LastUpdatedAfter string + LastUpdatedBefore string + OrderBy *[]RunQueryOrderBy + func (o *RunFilterParameters) GetLastUpdatedAfterAsTime() (*time.Time, error) + func (o *RunFilterParameters) GetLastUpdatedBeforeAsTime() (*time.Time, error) + func (o *RunFilterParameters) SetLastUpdatedAfterAsTime(input time.Time) + func (o *RunFilterParameters) SetLastUpdatedBeforeAsTime(input time.Time) + type RunQueryFilter struct + Operand RunQueryFilterOperand + Operator RunQueryFilterOperator + Values []string + type RunQueryFilterOperand string + const RunQueryFilterOperandActivityName + const RunQueryFilterOperandActivityRunEnd + const RunQueryFilterOperandActivityRunStart + const RunQueryFilterOperandActivityType + const RunQueryFilterOperandLatestOnly + const RunQueryFilterOperandPipelineName + const RunQueryFilterOperandRunEnd + const RunQueryFilterOperandRunGroupId + const RunQueryFilterOperandRunStart + const RunQueryFilterOperandStatus + const RunQueryFilterOperandTriggerName + const RunQueryFilterOperandTriggerRunTimestamp + func (s *RunQueryFilterOperand) UnmarshalJSON(bytes []byte) error + type RunQueryFilterOperator string + const RunQueryFilterOperatorEquals + const RunQueryFilterOperatorIn + const RunQueryFilterOperatorNotEquals + const RunQueryFilterOperatorNotIn + func (s *RunQueryFilterOperator) UnmarshalJSON(bytes []byte) error + type RunQueryOrder string + const RunQueryOrderASC + const RunQueryOrderDESC + func (s *RunQueryOrder) UnmarshalJSON(bytes []byte) error + type RunQueryOrderBy struct + Order RunQueryOrder + OrderBy RunQueryOrderByField + type RunQueryOrderByField string + const RunQueryOrderByFieldActivityName + const RunQueryOrderByFieldActivityRunEnd + const RunQueryOrderByFieldActivityRunStart + const RunQueryOrderByFieldPipelineName + const RunQueryOrderByFieldRunEnd + const RunQueryOrderByFieldRunStart + const RunQueryOrderByFieldStatus + const RunQueryOrderByFieldTriggerName + const RunQueryOrderByFieldTriggerRunTimestamp + func (s *RunQueryOrderByField) UnmarshalJSON(bytes []byte) error + type TriggerRun struct + DependencyStatus *map[string]interface{} + Message *string + Properties *map[string]string + RunDimension *map[string]string + Status *TriggerRunStatus + TriggerName *string + TriggerRunId *string + TriggerRunTimestamp *string + TriggerType *string + TriggeredPipelines *map[string]string + func (o *TriggerRun) GetTriggerRunTimestampAsTime() (*time.Time, error) + func (o *TriggerRun) SetTriggerRunTimestampAsTime(input time.Time) + type TriggerRunId struct + FactoryName string + ResourceGroupName string + RunId string + SubscriptionId string + TriggerName string + func NewTriggerRunID(subscriptionId string, resourceGroupName string, factoryName string, ...) TriggerRunId + func ParseTriggerRunID(input string) (*TriggerRunId, error) + func ParseTriggerRunIDInsensitively(input string) (*TriggerRunId, error) + func (id *TriggerRunId) FromParseResult(input resourceids.ParseResult) error + func (id TriggerRunId) ID() string + func (id TriggerRunId) Segments() []resourceids.Segment + func (id TriggerRunId) String() string + type TriggerRunStatus string + const TriggerRunStatusFailed + const TriggerRunStatusInprogress + const TriggerRunStatusSucceeded + func (s *TriggerRunStatus) UnmarshalJSON(bytes []byte) error + type TriggerRunsQueryResponse struct + ContinuationToken *string + Value []TriggerRun + type TriggerrunsClient struct + Client *resourcemanager.Client + func NewTriggerrunsClientWithBaseURI(sdkApi sdkEnv.Api) (*TriggerrunsClient, error) + func (c TriggerrunsClient) Cancel(ctx context.Context, id TriggerRunId) (result CancelOperationResponse, err error) + func (c TriggerrunsClient) QueryByFactory(ctx context.Context, id FactoryId, input RunFilterParameters) (result QueryByFactoryOperationResponse, err error) + func (c TriggerrunsClient) Rerun(ctx context.Context, id TriggerRunId) (result RerunOperationResponse, err error)