...

Package insightsapi

import "github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2021-07-01-preview/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, activityLogAlertRule 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.AlertRuleListPage, err error)
    ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result insights.AlertRuleListIterator, err error)
    ListBySubscriptionID(ctx context.Context) (result insights.AlertRuleListPage, err error)
    ListBySubscriptionIDComplete(ctx context.Context) (result insights.AlertRuleListIterator, err error)
    Update(ctx context.Context, resourceGroupName string, activityLogAlertName string, activityLogAlertRulePatch insights.AlertRulePatchObject) (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 BaselinesClientAPI

BaselinesClientAPI contains the set of methods on the BaselinesClient type.

type BaselinesClientAPI interface {
    List(ctx context.Context, resourceURI string, metricnames string, metricnamespace string, timespan string, interval *string, aggregation string, sensitivities string, filter string, resultType insights.ResultType) (result insights.MetricBaselinesResponse, err error)
}

type DataCollectionEndpointsClientAPI

DataCollectionEndpointsClientAPI contains the set of methods on the DataCollectionEndpointsClient type.

type DataCollectionEndpointsClientAPI interface {
    Create(ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, body *insights.DataCollectionEndpointResource) (result insights.DataCollectionEndpointResource, err error)
    Delete(ctx context.Context, resourceGroupName string, dataCollectionEndpointName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, dataCollectionEndpointName string) (result insights.DataCollectionEndpointResource, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string) (result insights.DataCollectionEndpointResourceListResultPage, err error)
    ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result insights.DataCollectionEndpointResourceListResultIterator, err error)
    ListBySubscription(ctx context.Context) (result insights.DataCollectionEndpointResourceListResultPage, err error)
    ListBySubscriptionComplete(ctx context.Context) (result insights.DataCollectionEndpointResourceListResultIterator, err error)
    Update(ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, body *insights.ResourceForUpdate) (result insights.DataCollectionEndpointResource, err error)
}

type DataCollectionRuleAssociationsClientAPI

DataCollectionRuleAssociationsClientAPI contains the set of methods on the DataCollectionRuleAssociationsClient type.

type DataCollectionRuleAssociationsClientAPI interface {
    Create(ctx context.Context, resourceURI string, associationName string, body *insights.DataCollectionRuleAssociationProxyOnlyResource) (result insights.DataCollectionRuleAssociationProxyOnlyResource, err error)
    Delete(ctx context.Context, resourceURI string, associationName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceURI string, associationName string) (result insights.DataCollectionRuleAssociationProxyOnlyResource, err error)
    ListByResource(ctx context.Context, resourceURI string) (result insights.DataCollectionRuleAssociationProxyOnlyResourceListResultPage, err error)
    ListByResourceComplete(ctx context.Context, resourceURI string) (result insights.DataCollectionRuleAssociationProxyOnlyResourceListResultIterator, err error)
    ListByRule(ctx context.Context, resourceGroupName string, dataCollectionRuleName string) (result insights.DataCollectionRuleAssociationProxyOnlyResourceListResultPage, err error)
    ListByRuleComplete(ctx context.Context, resourceGroupName string, dataCollectionRuleName string) (result insights.DataCollectionRuleAssociationProxyOnlyResourceListResultIterator, err error)
}

type DataCollectionRulesClientAPI

DataCollectionRulesClientAPI contains the set of methods on the DataCollectionRulesClient type.

type DataCollectionRulesClientAPI interface {
    Create(ctx context.Context, resourceGroupName string, dataCollectionRuleName string, body *insights.DataCollectionRuleResource) (result insights.DataCollectionRuleResource, err error)
    Delete(ctx context.Context, resourceGroupName string, dataCollectionRuleName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, dataCollectionRuleName string) (result insights.DataCollectionRuleResource, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string) (result insights.DataCollectionRuleResourceListResultPage, err error)
    ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result insights.DataCollectionRuleResourceListResultIterator, err error)
    ListBySubscription(ctx context.Context) (result insights.DataCollectionRuleResourceListResultPage, err error)
    ListBySubscriptionComplete(ctx context.Context) (result insights.DataCollectionRuleResourceListResultIterator, err error)
    Update(ctx context.Context, resourceGroupName string, dataCollectionRuleName string, body *insights.ResourceForUpdate) (result insights.DataCollectionRuleResource, 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 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 MetricNamespacesClientAPI

MetricNamespacesClientAPI contains the set of methods on the MetricNamespacesClient type.

type MetricNamespacesClientAPI interface {
    List(ctx context.Context, resourceURI string, startTime string) (result insights.MetricNamespaceCollection, 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 PrivateEndpointConnectionsClientAPI

PrivateEndpointConnectionsClientAPI contains the set of methods on the PrivateEndpointConnectionsClient type.

type PrivateEndpointConnectionsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, scopeName string, privateEndpointConnectionName string, parameters insights.PrivateEndpointConnection) (result insights.PrivateEndpointConnectionsCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, scopeName string, privateEndpointConnectionName string) (result insights.PrivateEndpointConnectionsDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, scopeName string, privateEndpointConnectionName string) (result insights.PrivateEndpointConnection, err error)
    ListByPrivateLinkScope(ctx context.Context, resourceGroupName string, scopeName string) (result insights.PrivateEndpointConnectionListResultPage, err error)
    ListByPrivateLinkScopeComplete(ctx context.Context, resourceGroupName string, scopeName string) (result insights.PrivateEndpointConnectionListResultIterator, err error)
}

type PrivateLinkResourcesClientAPI

PrivateLinkResourcesClientAPI contains the set of methods on the PrivateLinkResourcesClient type.

type PrivateLinkResourcesClientAPI interface {
    Get(ctx context.Context, resourceGroupName string, scopeName string, groupName string) (result insights.PrivateLinkResource, err error)
    ListByPrivateLinkScope(ctx context.Context, resourceGroupName string, scopeName string) (result insights.PrivateLinkResourceListResultPage, err error)
    ListByPrivateLinkScopeComplete(ctx context.Context, resourceGroupName string, scopeName string) (result insights.PrivateLinkResourceListResultIterator, err error)
}

type PrivateLinkScopeOperationStatusClientAPI

PrivateLinkScopeOperationStatusClientAPI contains the set of methods on the PrivateLinkScopeOperationStatusClient type.

type PrivateLinkScopeOperationStatusClientAPI interface {
    Get(ctx context.Context, asyncOperationID string, resourceGroupName string) (result insights.OperationStatus, err error)
}

type PrivateLinkScopedResourcesClientAPI

PrivateLinkScopedResourcesClientAPI contains the set of methods on the PrivateLinkScopedResourcesClient type.

type PrivateLinkScopedResourcesClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, scopeName string, name string, parameters insights.ScopedResource) (result insights.PrivateLinkScopedResourcesCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, scopeName string, name string) (result insights.PrivateLinkScopedResourcesDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, scopeName string, name string) (result insights.ScopedResource, err error)
    ListByPrivateLinkScope(ctx context.Context, resourceGroupName string, scopeName string) (result insights.ScopedResourceListResultPage, err error)
    ListByPrivateLinkScopeComplete(ctx context.Context, resourceGroupName string, scopeName string) (result insights.ScopedResourceListResultIterator, err error)
}

type PrivateLinkScopesClientAPI

PrivateLinkScopesClientAPI contains the set of methods on the PrivateLinkScopesClient type.

type PrivateLinkScopesClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, scopeName string, azureMonitorPrivateLinkScopePayload insights.AzureMonitorPrivateLinkScope) (result insights.AzureMonitorPrivateLinkScope, err error)
    Delete(ctx context.Context, resourceGroupName string, scopeName string) (result insights.PrivateLinkScopesDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, scopeName string) (result insights.AzureMonitorPrivateLinkScope, err error)
    List(ctx context.Context) (result insights.AzureMonitorPrivateLinkScopeListResultPage, err error)
    ListComplete(ctx context.Context) (result insights.AzureMonitorPrivateLinkScopeListResultIterator, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string) (result insights.AzureMonitorPrivateLinkScopeListResultPage, err error)
    ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result insights.AzureMonitorPrivateLinkScopeListResultIterator, err error)
    UpdateTags(ctx context.Context, resourceGroupName string, scopeName string, privateLinkScopeTags insights.TagsResource) (result insights.AzureMonitorPrivateLinkScope, 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)
}

type VMInsightsClientAPI

VMInsightsClientAPI contains the set of methods on the VMInsightsClient type.

type VMInsightsClientAPI interface {
    GetOnboardingStatus(ctx context.Context, resourceURI string) (result insights.VMInsightsOnboardingStatus, err error)
}