...

Package insightsapi

import "github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2018-03-01/insights/insightsapi"
Overview
Index

Overview ▾

Deprecated: Please note, this package has been deprecated. A replacement package is available github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor). We strongly encourage you to upgrade to continue receiving updates. See [Migration Guide](https://aka.ms/azsdk/golang/t2/migration) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.

type ActionGroupsClientAPI

ActionGroupsClientAPI contains the set of methods on the ActionGroupsClient type.

type ActionGroupsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, actionGroupName string, actionGroup insights.ActionGroupResource) (result insights.ActionGroupResource, err error)
    Delete(ctx context.Context, resourceGroupName string, actionGroupName string) (result autorest.Response, err error)
    EnableReceiver(ctx context.Context, resourceGroupName string, actionGroupName string, enableRequest insights.EnableRequest) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, actionGroupName string) (result insights.ActionGroupResource, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string) (result insights.ActionGroupList, err error)
    ListBySubscriptionID(ctx context.Context) (result insights.ActionGroupList, err error)
    Update(ctx context.Context, resourceGroupName string, actionGroupName string, actionGroupPatch insights.ActionGroupPatchBody) (result insights.ActionGroupResource, err error)
}

type ActivityLogAlertsClientAPI

ActivityLogAlertsClientAPI contains the set of methods on the ActivityLogAlertsClient type.

type ActivityLogAlertsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, activityLogAlertName string, activityLogAlert insights.ActivityLogAlertResource) (result insights.ActivityLogAlertResource, err error)
    Delete(ctx context.Context, resourceGroupName string, activityLogAlertName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, activityLogAlertName string) (result insights.ActivityLogAlertResource, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string) (result insights.ActivityLogAlertList, err error)
    ListBySubscriptionID(ctx context.Context) (result insights.ActivityLogAlertList, err error)
    Update(ctx context.Context, resourceGroupName string, activityLogAlertName string, activityLogAlertPatch insights.ActivityLogAlertPatchBody) (result insights.ActivityLogAlertResource, err error)
}

type ActivityLogsClientAPI

ActivityLogsClientAPI contains the set of methods on the ActivityLogsClient type.

type ActivityLogsClientAPI interface {
    List(ctx context.Context, filter string, selectParameter string) (result insights.EventDataCollectionPage, err error)
    ListComplete(ctx context.Context, filter string, selectParameter string) (result insights.EventDataCollectionIterator, err error)
}

type AlertRuleIncidentsClientAPI

AlertRuleIncidentsClientAPI contains the set of methods on the AlertRuleIncidentsClient type.

type AlertRuleIncidentsClientAPI interface {
    Get(ctx context.Context, resourceGroupName string, ruleName string, incidentName string) (result insights.Incident, err error)
    ListByAlertRule(ctx context.Context, resourceGroupName string, ruleName string) (result insights.IncidentListResult, err error)
}

type AlertRulesClientAPI

AlertRulesClientAPI contains the set of methods on the AlertRulesClient type.

type AlertRulesClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, ruleName string, parameters insights.AlertRuleResource) (result insights.AlertRuleResource, err error)
    Delete(ctx context.Context, resourceGroupName string, ruleName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, ruleName string) (result insights.AlertRuleResource, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string) (result insights.AlertRuleResourceCollection, err error)
    ListBySubscription(ctx context.Context) (result insights.AlertRuleResourceCollection, err error)
    Update(ctx context.Context, resourceGroupName string, ruleName string, alertRulesResource insights.AlertRuleResourcePatch) (result insights.AlertRuleResource, err error)
}

type AutoscaleSettingsClientAPI

AutoscaleSettingsClientAPI contains the set of methods on the AutoscaleSettingsClient type.

type AutoscaleSettingsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, autoscaleSettingName string, parameters insights.AutoscaleSettingResource) (result insights.AutoscaleSettingResource, err error)
    Delete(ctx context.Context, resourceGroupName string, autoscaleSettingName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, autoscaleSettingName string) (result insights.AutoscaleSettingResource, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string) (result insights.AutoscaleSettingResourceCollectionPage, err error)
    ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result insights.AutoscaleSettingResourceCollectionIterator, err error)
    ListBySubscription(ctx context.Context) (result insights.AutoscaleSettingResourceCollectionPage, err error)
    ListBySubscriptionComplete(ctx context.Context) (result insights.AutoscaleSettingResourceCollectionIterator, err error)
    Update(ctx context.Context, resourceGroupName string, autoscaleSettingName string, autoscaleSettingResource insights.AutoscaleSettingResourcePatch) (result insights.AutoscaleSettingResource, err error)
}

type DiagnosticSettingsCategoryClientAPI

DiagnosticSettingsCategoryClientAPI contains the set of methods on the DiagnosticSettingsCategoryClient type.

type DiagnosticSettingsCategoryClientAPI interface {
    Get(ctx context.Context, resourceURI string, name string) (result insights.DiagnosticSettingsCategoryResource, err error)
    List(ctx context.Context, resourceURI string) (result insights.DiagnosticSettingsCategoryResourceCollection, err error)
}

type DiagnosticSettingsClientAPI

DiagnosticSettingsClientAPI contains the set of methods on the DiagnosticSettingsClient type.

type DiagnosticSettingsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceURI string, parameters insights.DiagnosticSettingsResource, name string) (result insights.DiagnosticSettingsResource, err error)
    Delete(ctx context.Context, resourceURI string, name string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceURI string, name string) (result insights.DiagnosticSettingsResource, err error)
    List(ctx context.Context, resourceURI string) (result insights.DiagnosticSettingsResourceCollection, err error)
}

type EventCategoriesClientAPI

EventCategoriesClientAPI contains the set of methods on the EventCategoriesClient type.

type EventCategoriesClientAPI interface {
    List(ctx context.Context) (result insights.EventCategoryCollection, err error)
}

type LogProfilesClientAPI

LogProfilesClientAPI contains the set of methods on the LogProfilesClient type.

type LogProfilesClientAPI interface {
    CreateOrUpdate(ctx context.Context, logProfileName string, parameters insights.LogProfileResource) (result insights.LogProfileResource, err error)
    Delete(ctx context.Context, logProfileName string) (result autorest.Response, err error)
    Get(ctx context.Context, logProfileName string) (result insights.LogProfileResource, err error)
    List(ctx context.Context) (result insights.LogProfileCollection, err error)
    Update(ctx context.Context, logProfileName string, logProfilesResource insights.LogProfileResourcePatch) (result insights.LogProfileResource, err error)
}

type MetricAlertsClientAPI

MetricAlertsClientAPI contains the set of methods on the MetricAlertsClient type.

type MetricAlertsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, ruleName string, parameters insights.MetricAlertResource) (result insights.MetricAlertResource, err error)
    Delete(ctx context.Context, resourceGroupName string, ruleName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, ruleName string) (result insights.MetricAlertResource, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string) (result insights.MetricAlertResourceCollection, err error)
    ListBySubscription(ctx context.Context) (result insights.MetricAlertResourceCollection, err error)
    Update(ctx context.Context, resourceGroupName string, ruleName string, parameters insights.MetricAlertResourcePatch) (result insights.MetricAlertResource, err error)
}

type MetricAlertsStatusClientAPI

MetricAlertsStatusClientAPI contains the set of methods on the MetricAlertsStatusClient type.

type MetricAlertsStatusClientAPI interface {
    List(ctx context.Context, resourceGroupName string, ruleName string) (result insights.MetricAlertStatusCollection, err error)
    ListByName(ctx context.Context, resourceGroupName string, ruleName string, statusName string) (result insights.MetricAlertStatusCollection, err error)
}

type MetricBaselineClientAPI

MetricBaselineClientAPI contains the set of methods on the MetricBaselineClient type.

type MetricBaselineClientAPI interface {
    CalculateBaseline(ctx context.Context, resourceURI string, timeSeriesInformation insights.TimeSeriesInformation) (result insights.CalculateBaselineResponse, err error)
    Get(ctx context.Context, resourceURI string, metricName string, timespan string, interval *string, aggregation string, sensitivities string, resultType insights.ResultType) (result insights.BaselineResponse, err error)
}

type MetricDefinitionsClientAPI

MetricDefinitionsClientAPI contains the set of methods on the MetricDefinitionsClient type.

type MetricDefinitionsClientAPI interface {
    List(ctx context.Context, resourceURI string, metricnamespace string) (result insights.MetricDefinitionCollection, err error)
}

type MetricsClientAPI

MetricsClientAPI contains the set of methods on the MetricsClient type.

type MetricsClientAPI interface {
    List(ctx context.Context, resourceURI string, timespan string, interval *string, metricnames string, aggregation string, top *int32, orderby string, filter string, resultType insights.ResultType, metricnamespace string) (result insights.Response, err error)
}

type OperationsClientAPI

OperationsClientAPI contains the set of methods on the OperationsClient type.

type OperationsClientAPI interface {
    List(ctx context.Context) (result insights.OperationListResult, err error)
}

type ScheduledQueryRulesClientAPI

ScheduledQueryRulesClientAPI contains the set of methods on the ScheduledQueryRulesClient type.

type ScheduledQueryRulesClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, ruleName string, parameters insights.LogSearchRuleResource) (result insights.LogSearchRuleResource, err error)
    Delete(ctx context.Context, resourceGroupName string, ruleName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, ruleName string) (result insights.LogSearchRuleResource, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string) (result insights.LogSearchRuleResourceCollection, err error)
    ListBySubscription(ctx context.Context, filter string) (result insights.LogSearchRuleResourceCollection, err error)
    Update(ctx context.Context, resourceGroupName string, ruleName string, parameters insights.LogSearchRuleResourcePatch) (result insights.LogSearchRuleResource, err error)
}

type TenantActivityLogsClientAPI

TenantActivityLogsClientAPI contains the set of methods on the TenantActivityLogsClient type.

type TenantActivityLogsClientAPI interface {
    List(ctx context.Context, filter string, selectParameter string) (result insights.EventDataCollectionPage, err error)
    ListComplete(ctx context.Context, filter string, selectParameter string) (result insights.EventDataCollectionIterator, err error)
}