Documentation ¶
Index ¶
- func PossibleValuesForActionType() []string
- func PossibleValuesForDaysOfWeek() []string
- func PossibleValuesForField() []string
- func PossibleValuesForOperator() []string
- func PossibleValuesForRecurrenceType() []string
- func ValidateActionRuleID(input interface{}, key string) (warnings []string, errors []error)
- type Action
- type ActionRuleId
- type ActionType
- type AddActionGroups
- type AlertProcessingRule
- type AlertProcessingRuleOperationPredicate
- type AlertProcessingRuleProperties
- type AlertProcessingRulesClient
- func (c AlertProcessingRulesClient) AlertProcessingRulesCreateOrUpdate(ctx context.Context, id ActionRuleId, input AlertProcessingRule) (result AlertProcessingRulesCreateOrUpdateOperationResponse, err error)
- func (c AlertProcessingRulesClient) AlertProcessingRulesDelete(ctx context.Context, id ActionRuleId) (result AlertProcessingRulesDeleteOperationResponse, err error)
- func (c AlertProcessingRulesClient) AlertProcessingRulesGetByName(ctx context.Context, id ActionRuleId) (result AlertProcessingRulesGetByNameOperationResponse, err error)
- func (c AlertProcessingRulesClient) AlertProcessingRulesListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp AlertProcessingRulesListByResourceGroupOperationResponse, err error)
- func (c AlertProcessingRulesClient) AlertProcessingRulesListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (AlertProcessingRulesListByResourceGroupCompleteResult, error)
- func (c AlertProcessingRulesClient) AlertProcessingRulesListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp AlertProcessingRulesListByResourceGroupCompleteResult, err error)
- func (c AlertProcessingRulesClient) AlertProcessingRulesListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp AlertProcessingRulesListBySubscriptionOperationResponse, err error)
- func (c AlertProcessingRulesClient) AlertProcessingRulesListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (AlertProcessingRulesListBySubscriptionCompleteResult, error)
- func (c AlertProcessingRulesClient) AlertProcessingRulesListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp AlertProcessingRulesListBySubscriptionCompleteResult, err error)
- func (c AlertProcessingRulesClient) AlertProcessingRulesUpdate(ctx context.Context, id ActionRuleId, input PatchObject) (result AlertProcessingRulesUpdateOperationResponse, err error)
- type AlertProcessingRulesCreateOrUpdateOperationResponse
- type AlertProcessingRulesDeleteOperationResponse
- type AlertProcessingRulesGetByNameOperationResponse
- type AlertProcessingRulesListByResourceGroupCompleteResult
- type AlertProcessingRulesListByResourceGroupOperationResponse
- type AlertProcessingRulesListBySubscriptionCompleteResult
- type AlertProcessingRulesListBySubscriptionOperationResponse
- type AlertProcessingRulesUpdateOperationResponse
- type Condition
- type DailyRecurrence
- type DaysOfWeek
- type Field
- type MonthlyRecurrence
- type Operator
- type PatchObject
- type PatchProperties
- type Recurrence
- type RecurrenceType
- type RemoveAllActionGroups
- type Schedule
- type WeeklyRecurrence
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForActionType ¶
func PossibleValuesForActionType() []string
func PossibleValuesForDaysOfWeek ¶
func PossibleValuesForDaysOfWeek() []string
func PossibleValuesForField ¶
func PossibleValuesForField() []string
func PossibleValuesForOperator ¶
func PossibleValuesForOperator() []string
func PossibleValuesForRecurrenceType ¶
func PossibleValuesForRecurrenceType() []string
func ValidateActionRuleID ¶
ValidateActionRuleID checks that 'input' can be parsed as a Action Rule ID
Types ¶
type ActionRuleId ¶
ActionRuleId is a struct representing the Resource ID for a Action Rule
func NewActionRuleID ¶
func NewActionRuleID(subscriptionId string, resourceGroupName string, actionRuleName string) ActionRuleId
NewActionRuleID returns a new ActionRuleId struct
func ParseActionRuleID ¶
func ParseActionRuleID(input string) (*ActionRuleId, error)
ParseActionRuleID parses 'input' into a ActionRuleId
func ParseActionRuleIDInsensitively ¶
func ParseActionRuleIDInsensitively(input string) (*ActionRuleId, error)
ParseActionRuleIDInsensitively parses 'input' case-insensitively into a ActionRuleId note: this method should only be used for API response data and not user input
func (ActionRuleId) Segments ¶
func (id ActionRuleId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Action Rule ID
func (ActionRuleId) String ¶
func (id ActionRuleId) String() string
String returns a human-readable description of this Action Rule ID
type ActionType ¶
type ActionType string
const ( ActionTypeAddActionGroups ActionType = "AddActionGroups" ActionTypeRemoveAllActionGroups ActionType = "RemoveAllActionGroups" )
type AddActionGroups ¶
type AddActionGroups struct {
ActionGroupIds []string `json:"actionGroupIds"`
}
func (AddActionGroups) MarshalJSON ¶
func (s AddActionGroups) MarshalJSON() ([]byte, error)
type AlertProcessingRule ¶
type AlertProcessingRule struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *AlertProcessingRuleProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type AlertProcessingRuleOperationPredicate ¶
type AlertProcessingRuleOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (AlertProcessingRuleOperationPredicate) Matches ¶
func (p AlertProcessingRuleOperationPredicate) Matches(input AlertProcessingRule) bool
type AlertProcessingRuleProperties ¶
type AlertProcessingRuleProperties struct { Actions []Action `json:"actions"` Conditions *[]Condition `json:"conditions,omitempty"` Description *string `json:"description,omitempty"` Enabled *bool `json:"enabled,omitempty"` Schedule *Schedule `json:"schedule,omitempty"` Scopes []string `json:"scopes"` }
func (*AlertProcessingRuleProperties) UnmarshalJSON ¶
func (s *AlertProcessingRuleProperties) UnmarshalJSON(bytes []byte) error
type AlertProcessingRulesClient ¶
type AlertProcessingRulesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewAlertProcessingRulesClientWithBaseURI ¶
func NewAlertProcessingRulesClientWithBaseURI(endpoint string) AlertProcessingRulesClient
func (AlertProcessingRulesClient) AlertProcessingRulesCreateOrUpdate ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesCreateOrUpdate(ctx context.Context, id ActionRuleId, input AlertProcessingRule) (result AlertProcessingRulesCreateOrUpdateOperationResponse, err error)
AlertProcessingRulesCreateOrUpdate ...
func (AlertProcessingRulesClient) AlertProcessingRulesDelete ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesDelete(ctx context.Context, id ActionRuleId) (result AlertProcessingRulesDeleteOperationResponse, err error)
AlertProcessingRulesDelete ...
func (AlertProcessingRulesClient) AlertProcessingRulesGetByName ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesGetByName(ctx context.Context, id ActionRuleId) (result AlertProcessingRulesGetByNameOperationResponse, err error)
AlertProcessingRulesGetByName ...
func (AlertProcessingRulesClient) AlertProcessingRulesListByResourceGroup ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp AlertProcessingRulesListByResourceGroupOperationResponse, err error)
AlertProcessingRulesListByResourceGroup ...
func (AlertProcessingRulesClient) AlertProcessingRulesListByResourceGroupComplete ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (AlertProcessingRulesListByResourceGroupCompleteResult, error)
AlertProcessingRulesListByResourceGroupComplete retrieves all of the results into a single object
func (AlertProcessingRulesClient) AlertProcessingRulesListByResourceGroupCompleteMatchingPredicate ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate AlertProcessingRuleOperationPredicate) (resp AlertProcessingRulesListByResourceGroupCompleteResult, err error)
AlertProcessingRulesListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (AlertProcessingRulesClient) AlertProcessingRulesListBySubscription ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp AlertProcessingRulesListBySubscriptionOperationResponse, err error)
AlertProcessingRulesListBySubscription ...
func (AlertProcessingRulesClient) AlertProcessingRulesListBySubscriptionComplete ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (AlertProcessingRulesListBySubscriptionCompleteResult, error)
AlertProcessingRulesListBySubscriptionComplete retrieves all of the results into a single object
func (AlertProcessingRulesClient) AlertProcessingRulesListBySubscriptionCompleteMatchingPredicate ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate AlertProcessingRuleOperationPredicate) (resp AlertProcessingRulesListBySubscriptionCompleteResult, err error)
AlertProcessingRulesListBySubscriptionCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (AlertProcessingRulesClient) AlertProcessingRulesUpdate ¶
func (c AlertProcessingRulesClient) AlertProcessingRulesUpdate(ctx context.Context, id ActionRuleId, input PatchObject) (result AlertProcessingRulesUpdateOperationResponse, err error)
AlertProcessingRulesUpdate ...
type AlertProcessingRulesCreateOrUpdateOperationResponse ¶
type AlertProcessingRulesCreateOrUpdateOperationResponse struct { HttpResponse *http.Response Model *AlertProcessingRule }
type AlertProcessingRulesGetByNameOperationResponse ¶
type AlertProcessingRulesGetByNameOperationResponse struct { HttpResponse *http.Response Model *AlertProcessingRule }
type AlertProcessingRulesListByResourceGroupCompleteResult ¶
type AlertProcessingRulesListByResourceGroupCompleteResult struct {
Items []AlertProcessingRule
}
type AlertProcessingRulesListByResourceGroupOperationResponse ¶
type AlertProcessingRulesListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]AlertProcessingRule // contains filtered or unexported fields }
func (AlertProcessingRulesListByResourceGroupOperationResponse) HasMore ¶
func (r AlertProcessingRulesListByResourceGroupOperationResponse) HasMore() bool
func (AlertProcessingRulesListByResourceGroupOperationResponse) LoadMore ¶
func (r AlertProcessingRulesListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp AlertProcessingRulesListByResourceGroupOperationResponse, err error)
type AlertProcessingRulesListBySubscriptionCompleteResult ¶
type AlertProcessingRulesListBySubscriptionCompleteResult struct {
Items []AlertProcessingRule
}
type AlertProcessingRulesListBySubscriptionOperationResponse ¶
type AlertProcessingRulesListBySubscriptionOperationResponse struct { HttpResponse *http.Response Model *[]AlertProcessingRule // contains filtered or unexported fields }
func (AlertProcessingRulesListBySubscriptionOperationResponse) HasMore ¶
func (r AlertProcessingRulesListBySubscriptionOperationResponse) HasMore() bool
func (AlertProcessingRulesListBySubscriptionOperationResponse) LoadMore ¶
func (r AlertProcessingRulesListBySubscriptionOperationResponse) LoadMore(ctx context.Context) (resp AlertProcessingRulesListBySubscriptionOperationResponse, err error)
type AlertProcessingRulesUpdateOperationResponse ¶
type AlertProcessingRulesUpdateOperationResponse struct { HttpResponse *http.Response Model *AlertProcessingRule }
type DailyRecurrence ¶
type DailyRecurrence struct { // Fields inherited from Recurrence EndTime *string `json:"endTime,omitempty"` StartTime *string `json:"startTime,omitempty"` }
func (DailyRecurrence) MarshalJSON ¶
func (s DailyRecurrence) MarshalJSON() ([]byte, error)
type DaysOfWeek ¶
type DaysOfWeek string
const ( DaysOfWeekFriday DaysOfWeek = "Friday" DaysOfWeekMonday DaysOfWeek = "Monday" DaysOfWeekSaturday DaysOfWeek = "Saturday" DaysOfWeekSunday DaysOfWeek = "Sunday" DaysOfWeekThursday DaysOfWeek = "Thursday" DaysOfWeekTuesday DaysOfWeek = "Tuesday" DaysOfWeekWednesday DaysOfWeek = "Wednesday" )
type Field ¶
type Field string
const ( FieldAlertContext Field = "AlertContext" FieldAlertRuleId Field = "AlertRuleId" FieldAlertRuleName Field = "AlertRuleName" FieldDescription Field = "Description" FieldMonitorCondition Field = "MonitorCondition" FieldMonitorService Field = "MonitorService" FieldSeverity Field = "Severity" FieldSignalType Field = "SignalType" FieldTargetResource Field = "TargetResource" FieldTargetResourceGroup Field = "TargetResourceGroup" FieldTargetResourceType Field = "TargetResourceType" )
type MonthlyRecurrence ¶
type MonthlyRecurrence struct { DaysOfMonth []int64 `json:"daysOfMonth"` // Fields inherited from Recurrence EndTime *string `json:"endTime,omitempty"` StartTime *string `json:"startTime,omitempty"` }
func (MonthlyRecurrence) MarshalJSON ¶
func (s MonthlyRecurrence) MarshalJSON() ([]byte, error)
type PatchObject ¶
type PatchObject struct { Properties *PatchProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type PatchProperties ¶
type PatchProperties struct {
Enabled *bool `json:"enabled,omitempty"`
}
type Recurrence ¶
type Recurrence interface { }
type RecurrenceType ¶
type RecurrenceType string
const ( RecurrenceTypeDaily RecurrenceType = "Daily" RecurrenceTypeMonthly RecurrenceType = "Monthly" RecurrenceTypeWeekly RecurrenceType = "Weekly" )
type RemoveAllActionGroups ¶
type RemoveAllActionGroups struct { }
func (RemoveAllActionGroups) MarshalJSON ¶
func (s RemoveAllActionGroups) MarshalJSON() ([]byte, error)
type Schedule ¶
type Schedule struct { EffectiveFrom *string `json:"effectiveFrom,omitempty"` EffectiveUntil *string `json:"effectiveUntil,omitempty"` Recurrences *[]Recurrence `json:"recurrences,omitempty"` TimeZone *string `json:"timeZone,omitempty"` }
func (*Schedule) UnmarshalJSON ¶
type WeeklyRecurrence ¶
type WeeklyRecurrence struct { DaysOfWeek []DaysOfWeek `json:"daysOfWeek"` // Fields inherited from Recurrence EndTime *string `json:"endTime,omitempty"` StartTime *string `json:"startTime,omitempty"` }
func (WeeklyRecurrence) MarshalJSON ¶
func (s WeeklyRecurrence) MarshalJSON() ([]byte, error)
Source Files ¶
- client.go
- constants.go
- id_actionrule.go
- method_alertprocessingrulescreateorupdate_autorest.go
- method_alertprocessingrulesdelete_autorest.go
- method_alertprocessingrulesgetbyname_autorest.go
- method_alertprocessingruleslistbyresourcegroup_autorest.go
- method_alertprocessingruleslistbysubscription_autorest.go
- method_alertprocessingrulesupdate_autorest.go
- model_action.go
- model_addactiongroups.go
- model_alertprocessingrule.go
- model_alertprocessingruleproperties.go
- model_condition.go
- model_dailyrecurrence.go
- model_monthlyrecurrence.go
- model_patchobject.go
- model_patchproperties.go
- model_recurrence.go
- model_removeallactiongroups.go
- model_schedule.go
- model_weeklyrecurrence.go
- predicates.go
- version.go