monitorlegacyapi

package
v68.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertRuleIncidentsClientAPI

type AlertRuleIncidentsClientAPI interface {
	Get(ctx context.Context, resourceGroupName string, ruleName string, incidentName string) (result monitorlegacy.Incident, err error)
	ListByAlertRule(ctx context.Context, resourceGroupName string, ruleName string) (result monitorlegacy.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 monitorlegacy.AlertRuleResource) (result monitorlegacy.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 monitorlegacy.AlertRuleResource, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result monitorlegacy.AlertRuleResourceCollection, err error)
	ListBySubscription(ctx context.Context) (result monitorlegacy.AlertRuleResourceCollection, err error)
	Update(ctx context.Context, resourceGroupName string, ruleName string, alertRulesResource monitorlegacy.AlertRuleResourcePatch) (result monitorlegacy.AlertRuleResource, err error)
}

AlertRulesClientAPI contains the set of methods on the AlertRulesClient type.

type EventCategoriesClientAPI

type EventCategoriesClientAPI interface {
	List(ctx context.Context) (result monitorlegacy.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 monitorlegacy.LogProfileResource) (result monitorlegacy.LogProfileResource, err error)
	Delete(ctx context.Context, logProfileName string) (result autorest.Response, err error)
	Get(ctx context.Context, logProfileName string) (result monitorlegacy.LogProfileResource, err error)
	List(ctx context.Context) (result monitorlegacy.LogProfileCollection, err error)
	Update(ctx context.Context, logProfileName string, logProfilesResource monitorlegacy.LogProfileResourcePatch) (result monitorlegacy.LogProfileResource, err error)
}

LogProfilesClientAPI contains the set of methods on the LogProfilesClient type.

type VMInsightsClientAPI

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

VMInsightsClientAPI contains the set of methods on the VMInsightsClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL