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 ValidateActionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateAlertRuleID(input interface{}, key string) (warnings []string, errors []error) + type ActionId struct + ActionId string + ResourceGroupName string + RuleId string + SubscriptionId string + WorkspaceName string + func NewActionID(subscriptionId string, resourceGroupName string, workspaceName string, ...) ActionId + func ParseActionID(input string) (*ActionId, error) + func ParseActionIDInsensitively(input string) (*ActionId, error) + func (id *ActionId) FromParseResult(input resourceids.ParseResult) error + func (id ActionId) ID() string + func (id ActionId) Segments() []resourceids.Segment + func (id ActionId) String() string + type ActionRequest struct + Etag *string + Id *string + Name *string + Properties *ActionRequestProperties + SystemData *systemdata.SystemData + Type *string + type ActionRequestProperties struct + LogicAppResourceId string + TriggerUri string + type ActionResponse struct + Etag *string + Id *string + Name *string + Properties *ActionResponseProperties + SystemData *systemdata.SystemData + Type *string + type ActionResponseOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p ActionResponseOperationPredicate) Matches(input ActionResponse) bool + type ActionResponseProperties struct + LogicAppResourceId string + WorkflowId *string + type ActionsClient struct + Client *resourcemanager.Client + func NewActionsClientWithBaseURI(sdkApi sdkEnv.Api) (*ActionsClient, error) + func (c ActionsClient) CreateOrUpdate(ctx context.Context, id ActionId, input ActionRequest) (result CreateOrUpdateOperationResponse, err error) + func (c ActionsClient) Delete(ctx context.Context, id ActionId) (result DeleteOperationResponse, err error) + func (c ActionsClient) Get(ctx context.Context, id ActionId) (result GetOperationResponse, err error) + func (c ActionsClient) ListByAlertRule(ctx context.Context, id AlertRuleId) (result ListByAlertRuleOperationResponse, err error) + func (c ActionsClient) ListByAlertRuleComplete(ctx context.Context, id AlertRuleId) (ListByAlertRuleCompleteResult, error) + func (c ActionsClient) ListByAlertRuleCompleteMatchingPredicate(ctx context.Context, id AlertRuleId, ...) (result ListByAlertRuleCompleteResult, err error) + type AlertRuleId struct + ResourceGroupName string + RuleId string + SubscriptionId string + WorkspaceName string + func NewAlertRuleID(subscriptionId string, resourceGroupName string, workspaceName string, ...) AlertRuleId + func ParseAlertRuleID(input string) (*AlertRuleId, error) + func ParseAlertRuleIDInsensitively(input string) (*AlertRuleId, error) + func (id *AlertRuleId) FromParseResult(input resourceids.ParseResult) error + func (id AlertRuleId) ID() string + func (id AlertRuleId) Segments() []resourceids.Segment + func (id AlertRuleId) String() string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ActionResponse + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *ActionResponse + OData *odata.OData + type ListByAlertRuleCompleteResult struct + Items []ActionResponse + LatestHttpResponse *http.Response + type ListByAlertRuleCustomPager struct + NextLink *odata.Link + func (p *ListByAlertRuleCustomPager) NextPageLink() *odata.Link + type ListByAlertRuleOperationResponse struct + HttpResponse *http.Response + Model *[]ActionResponse + OData *odata.OData