monitorlegacy

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: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type AlertRule

type AlertRule = original.AlertRule

type AlertRuleIncidentsClient

type AlertRuleIncidentsClient = original.AlertRuleIncidentsClient

func NewAlertRuleIncidentsClient

func NewAlertRuleIncidentsClient(subscriptionID string) AlertRuleIncidentsClient

func NewAlertRuleIncidentsClientWithBaseURI

func NewAlertRuleIncidentsClientWithBaseURI(baseURI string, subscriptionID string) AlertRuleIncidentsClient

type AlertRuleResource

type AlertRuleResource = original.AlertRuleResource

type AlertRuleResourceCollection

type AlertRuleResourceCollection = original.AlertRuleResourceCollection

type AlertRuleResourcePatch

type AlertRuleResourcePatch = original.AlertRuleResourcePatch

type AlertRulesClient

type AlertRulesClient = original.AlertRulesClient

func NewAlertRulesClient

func NewAlertRulesClient(subscriptionID string) AlertRulesClient

func NewAlertRulesClientWithBaseURI

func NewAlertRulesClientWithBaseURI(baseURI string, subscriptionID string) AlertRulesClient

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type BasicRuleAction

type BasicRuleAction = original.BasicRuleAction

type BasicRuleCondition

type BasicRuleCondition = original.BasicRuleCondition

type BasicRuleDataSource

type BasicRuleDataSource = original.BasicRuleDataSource

type ConditionOperator

type ConditionOperator = original.ConditionOperator

func PossibleConditionOperatorValues

func PossibleConditionOperatorValues() []ConditionOperator

type DataContainer

type DataContainer = original.DataContainer

type DataStatus

type DataStatus = original.DataStatus
const (
	NotPresent DataStatus = original.NotPresent
	Present    DataStatus = original.Present
)

func PossibleDataStatusValues

func PossibleDataStatusValues() []DataStatus

type Error

type Error = original.Error

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type EventCategoriesClient

type EventCategoriesClient = original.EventCategoriesClient

func NewEventCategoriesClient

func NewEventCategoriesClient(subscriptionID string) EventCategoriesClient

func NewEventCategoriesClientWithBaseURI

func NewEventCategoriesClientWithBaseURI(baseURI string, subscriptionID string) EventCategoriesClient

type EventCategoryCollection

type EventCategoryCollection = original.EventCategoryCollection

type Incident

type Incident = original.Incident

type IncidentListResult

type IncidentListResult = original.IncidentListResult

type LocalizableString

type LocalizableString = original.LocalizableString

type LocationThresholdRuleCondition

type LocationThresholdRuleCondition = original.LocationThresholdRuleCondition

type LogProfileCollection

type LogProfileCollection = original.LogProfileCollection

type LogProfileProperties

type LogProfileProperties = original.LogProfileProperties

type LogProfileResource

type LogProfileResource = original.LogProfileResource

type LogProfileResourcePatch

type LogProfileResourcePatch = original.LogProfileResourcePatch

type LogProfilesClient

type LogProfilesClient = original.LogProfilesClient

func NewLogProfilesClient

func NewLogProfilesClient(subscriptionID string) LogProfilesClient

func NewLogProfilesClientWithBaseURI

func NewLogProfilesClientWithBaseURI(baseURI string, subscriptionID string) LogProfilesClient

type ManagementEventRuleCondition

type ManagementEventRuleCondition = original.ManagementEventRuleCondition

type OdataType

type OdataType = original.OdataType
const (
	OdataTypeMicrosoftAzureManagementInsightsModelsRuleManagementEventDataSource OdataType = original.OdataTypeMicrosoftAzureManagementInsightsModelsRuleManagementEventDataSource
	OdataTypeMicrosoftAzureManagementInsightsModelsRuleMetricDataSource          OdataType = original.OdataTypeMicrosoftAzureManagementInsightsModelsRuleMetricDataSource
	OdataTypeRuleDataSource                                                      OdataType = original.OdataTypeRuleDataSource
)

func PossibleOdataTypeValues

func PossibleOdataTypeValues() []OdataType

type OdataTypeBasicRuleAction

type OdataTypeBasicRuleAction = original.OdataTypeBasicRuleAction
const (
	OdataTypeMicrosoftAzureManagementInsightsModelsRuleEmailAction   OdataTypeBasicRuleAction = original.OdataTypeMicrosoftAzureManagementInsightsModelsRuleEmailAction
	OdataTypeMicrosoftAzureManagementInsightsModelsRuleWebhookAction OdataTypeBasicRuleAction = original.OdataTypeMicrosoftAzureManagementInsightsModelsRuleWebhookAction
	OdataTypeRuleAction                                              OdataTypeBasicRuleAction = original.OdataTypeRuleAction
)

func PossibleOdataTypeBasicRuleActionValues

func PossibleOdataTypeBasicRuleActionValues() []OdataTypeBasicRuleAction

type OdataTypeBasicRuleCondition

type OdataTypeBasicRuleCondition = original.OdataTypeBasicRuleCondition
const (
	OdataTypeMicrosoftAzureManagementInsightsModelsLocationThresholdRuleCondition OdataTypeBasicRuleCondition = original.OdataTypeMicrosoftAzureManagementInsightsModelsLocationThresholdRuleCondition
	OdataTypeMicrosoftAzureManagementInsightsModelsManagementEventRuleCondition   OdataTypeBasicRuleCondition = original.OdataTypeMicrosoftAzureManagementInsightsModelsManagementEventRuleCondition
	OdataTypeMicrosoftAzureManagementInsightsModelsThresholdRuleCondition         OdataTypeBasicRuleCondition = original.OdataTypeMicrosoftAzureManagementInsightsModelsThresholdRuleCondition
	OdataTypeRuleCondition                                                        OdataTypeBasicRuleCondition = original.OdataTypeRuleCondition
)

func PossibleOdataTypeBasicRuleConditionValues

func PossibleOdataTypeBasicRuleConditionValues() []OdataTypeBasicRuleCondition

type OnboardingStatus

type OnboardingStatus = original.OnboardingStatus

func PossibleOnboardingStatusValues

func PossibleOnboardingStatusValues() []OnboardingStatus

type ProxyResource

type ProxyResource = original.ProxyResource

type Resource

type Resource = original.Resource

type ResponseWithError

type ResponseWithError = original.ResponseWithError

type RetentionPolicy

type RetentionPolicy = original.RetentionPolicy

type RuleAction

type RuleAction = original.RuleAction

type RuleCondition

type RuleCondition = original.RuleCondition

type RuleDataSource

type RuleDataSource = original.RuleDataSource

type RuleEmailAction

type RuleEmailAction = original.RuleEmailAction

type RuleManagementEventDataSource

type RuleManagementEventDataSource = original.RuleManagementEventDataSource

type RuleMetricDataSource

type RuleMetricDataSource = original.RuleMetricDataSource

type RuleWebhookAction

type RuleWebhookAction = original.RuleWebhookAction

type ThresholdRuleCondition

type ThresholdRuleCondition = original.ThresholdRuleCondition

type VMInsightsClient

type VMInsightsClient = original.VMInsightsClient

func NewVMInsightsClient

func NewVMInsightsClient(subscriptionID string) VMInsightsClient

func NewVMInsightsClientWithBaseURI

func NewVMInsightsClientWithBaseURI(baseURI string, subscriptionID string) VMInsightsClient

type VMInsightsOnboardingStatus

type VMInsightsOnboardingStatus = original.VMInsightsOnboardingStatus

type WorkspaceInfo

type WorkspaceInfo = original.WorkspaceInfo

type WorkspaceInfoProperties

type WorkspaceInfoProperties = original.WorkspaceInfoProperties

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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