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 ValidateComponentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateProactiveDetectionConfigID(input interface{}, key string) (warnings []string, errors []error) + type ApplicationInsightsComponentProactiveDetectionConfiguration struct + CustomEmails *[]string + Enabled *bool + LastUpdatedTime *string + Name *string + RuleDefinitions *ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions + SendEmailsToSubscriptionOwners *bool + type ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions struct + Description *string + DisplayName *string + HelpURL *string + IsEnabledByDefault *bool + IsHidden *bool + IsInPreview *bool + Name *string + SupportsEmailNotifications *bool + type ComponentId struct + ComponentName string + ResourceGroupName string + SubscriptionId string + func NewComponentID(subscriptionId string, resourceGroupName string, componentName string) ComponentId + func ParseComponentID(input string) (*ComponentId, error) + func ParseComponentIDInsensitively(input string) (*ComponentId, error) + func (id *ComponentId) FromParseResult(input resourceids.ParseResult) error + func (id ComponentId) ID() string + func (id ComponentId) Segments() []resourceids.Segment + func (id ComponentId) String() string + type ComponentProactiveDetectionAPIsClient struct + Client *resourcemanager.Client + func NewComponentProactiveDetectionAPIsClientWithBaseURI(sdkApi sdkEnv.Api) (*ComponentProactiveDetectionAPIsClient, error) + func (c ComponentProactiveDetectionAPIsClient) ProactiveDetectionConfigurationsGet(ctx context.Context, id ProactiveDetectionConfigId) (result ProactiveDetectionConfigurationsGetOperationResponse, err error) + func (c ComponentProactiveDetectionAPIsClient) ProactiveDetectionConfigurationsList(ctx context.Context, id ComponentId) (result ProactiveDetectionConfigurationsListOperationResponse, err error) + func (c ComponentProactiveDetectionAPIsClient) ProactiveDetectionConfigurationsUpdate(ctx context.Context, id ProactiveDetectionConfigId, ...) (result ProactiveDetectionConfigurationsUpdateOperationResponse, err error) + type ProactiveDetectionConfigId struct + ComponentName string + ConfigurationId string + ResourceGroupName string + SubscriptionId string + func NewProactiveDetectionConfigID(subscriptionId string, resourceGroupName string, componentName string, ...) ProactiveDetectionConfigId + func ParseProactiveDetectionConfigID(input string) (*ProactiveDetectionConfigId, error) + func ParseProactiveDetectionConfigIDInsensitively(input string) (*ProactiveDetectionConfigId, error) + func (id *ProactiveDetectionConfigId) FromParseResult(input resourceids.ParseResult) error + func (id ProactiveDetectionConfigId) ID() string + func (id ProactiveDetectionConfigId) Segments() []resourceids.Segment + func (id ProactiveDetectionConfigId) String() string + type ProactiveDetectionConfigurationsGetOperationResponse struct + HttpResponse *http.Response + Model *ApplicationInsightsComponentProactiveDetectionConfiguration + OData *odata.OData + type ProactiveDetectionConfigurationsListOperationResponse struct + HttpResponse *http.Response + Model *[]ApplicationInsightsComponentProactiveDetectionConfiguration + OData *odata.OData + type ProactiveDetectionConfigurationsUpdateOperationResponse struct + HttpResponse *http.Response + Model *ApplicationInsightsComponentProactiveDetectionConfiguration + OData *odata.OData