Documentation ¶
Index ¶
- type ActionGroupsClientAPI
- type ActivityLogAlertsClientAPI
- type ActivityLogsClientAPI
- type AlertRuleIncidentsClientAPI
- type AlertRulesClientAPI
- type AutoscaleSettingsClientAPI
- type DiagnosticSettingsCategoryClientAPI
- type DiagnosticSettingsClientAPI
- type EventCategoriesClientAPI
- type LogProfilesClientAPI
- type MetricAlertsClientAPI
- type MetricAlertsStatusClientAPI
- type MetricBaselineClientAPI
- type MetricDefinitionsClientAPI
- type MetricsClientAPI
- type OperationsClientAPI
- type ScheduledQueryRulesClientAPI
- type TenantActivityLogsClientAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionGroupsClientAPI ¶
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) }
ActionGroupsClientAPI contains the set of methods on the ActionGroupsClient type.
type ActivityLogAlertsClientAPI ¶
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) }
ActivityLogAlertsClientAPI contains the set of methods on the ActivityLogAlertsClient type.
type ActivityLogsClientAPI ¶
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) }
ActivityLogsClientAPI contains the set of methods on the ActivityLogsClient type.
type AlertRuleIncidentsClientAPI ¶
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) }
AlertRuleIncidentsClientAPI contains the set of methods on the AlertRuleIncidentsClient type.
type AlertRulesClientAPI ¶
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) }
AlertRulesClientAPI contains the set of methods on the AlertRulesClient type.
type AutoscaleSettingsClientAPI ¶
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) }
AutoscaleSettingsClientAPI contains the set of methods on the AutoscaleSettingsClient type.
type DiagnosticSettingsCategoryClientAPI ¶
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) }
DiagnosticSettingsCategoryClientAPI contains the set of methods on the DiagnosticSettingsCategoryClient type.
type DiagnosticSettingsClientAPI ¶
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) }
DiagnosticSettingsClientAPI contains the set of methods on the DiagnosticSettingsClient type.
type EventCategoriesClientAPI ¶
type EventCategoriesClientAPI interface {
List(ctx context.Context) (result insights.EventCategoryCollection, err error)
}
EventCategoriesClientAPI contains the set of methods on the EventCategoriesClient type.
type LogProfilesClientAPI ¶
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) }
LogProfilesClientAPI contains the set of methods on the LogProfilesClient type.
type MetricAlertsClientAPI ¶
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) }
MetricAlertsClientAPI contains the set of methods on the MetricAlertsClient type.
type MetricAlertsStatusClientAPI ¶
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) }
MetricAlertsStatusClientAPI contains the set of methods on the MetricAlertsStatusClient type.
type MetricBaselineClientAPI ¶
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) }
MetricBaselineClientAPI contains the set of methods on the MetricBaselineClient type.
type MetricDefinitionsClientAPI ¶
type MetricDefinitionsClientAPI interface {
List(ctx context.Context, resourceURI string, metricnamespace string) (result insights.MetricDefinitionCollection, err error)
}
MetricDefinitionsClientAPI contains the set of methods on the MetricDefinitionsClient type.
type MetricsClientAPI ¶
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)
}
MetricsClientAPI contains the set of methods on the MetricsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result insights.OperationListResult, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type ScheduledQueryRulesClientAPI ¶
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) }
ScheduledQueryRulesClientAPI contains the set of methods on the ScheduledQueryRulesClient type.
type TenantActivityLogsClientAPI ¶
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) }
TenantActivityLogsClientAPI contains the set of methods on the TenantActivityLogsClient type.