insights

package
v44.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2020 License: Apache-2.0 Imports: 2 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 Action

type Action = original.Action

type ActionGroup

type ActionGroup = original.ActionGroup

type ActionGroupList

type ActionGroupList = original.ActionGroupList

type ActionGroupPatch

type ActionGroupPatch = original.ActionGroupPatch

type ActionGroupPatchBody

type ActionGroupPatchBody = original.ActionGroupPatchBody

type ActionGroupResource

type ActionGroupResource = original.ActionGroupResource

type ActionGroupsClient

type ActionGroupsClient = original.ActionGroupsClient

func NewActionGroupsClient

func NewActionGroupsClient(subscriptionID string) ActionGroupsClient

func NewActionGroupsClientWithBaseURI

func NewActionGroupsClientWithBaseURI(baseURI string, subscriptionID string) ActionGroupsClient

type ActivityLogAlert

type ActivityLogAlert = original.ActivityLogAlert

type ActivityLogAlertActionGroup

type ActivityLogAlertActionGroup = original.ActivityLogAlertActionGroup

type ActivityLogAlertActionList

type ActivityLogAlertActionList = original.ActivityLogAlertActionList

type ActivityLogAlertAllOfCondition

type ActivityLogAlertAllOfCondition = original.ActivityLogAlertAllOfCondition

type ActivityLogAlertLeafCondition

type ActivityLogAlertLeafCondition = original.ActivityLogAlertLeafCondition

type ActivityLogAlertList

type ActivityLogAlertList = original.ActivityLogAlertList

type ActivityLogAlertPatch

type ActivityLogAlertPatch = original.ActivityLogAlertPatch

type ActivityLogAlertPatchBody

type ActivityLogAlertPatchBody = original.ActivityLogAlertPatchBody

type ActivityLogAlertResource

type ActivityLogAlertResource = original.ActivityLogAlertResource

type ActivityLogAlertsClient

type ActivityLogAlertsClient = original.ActivityLogAlertsClient

func NewActivityLogAlertsClient

func NewActivityLogAlertsClient(subscriptionID string) ActivityLogAlertsClient

func NewActivityLogAlertsClientWithBaseURI

func NewActivityLogAlertsClientWithBaseURI(baseURI string, subscriptionID string) ActivityLogAlertsClient

type ActivityLogsClient

type ActivityLogsClient = original.ActivityLogsClient

func NewActivityLogsClient

func NewActivityLogsClient(subscriptionID string) ActivityLogsClient

func NewActivityLogsClientWithBaseURI

func NewActivityLogsClientWithBaseURI(baseURI string, subscriptionID string) ActivityLogsClient

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 AlertSeverity

type AlertSeverity = original.AlertSeverity

func PossibleAlertSeverityValues

func PossibleAlertSeverityValues() []AlertSeverity

type AlertingAction

type AlertingAction = original.AlertingAction

type ArmRoleReceiver

type ArmRoleReceiver = original.ArmRoleReceiver

type AutomationRunbookReceiver

type AutomationRunbookReceiver = original.AutomationRunbookReceiver

type AutoscaleNotification

type AutoscaleNotification = original.AutoscaleNotification

type AutoscaleProfile

type AutoscaleProfile = original.AutoscaleProfile

type AutoscaleSetting

type AutoscaleSetting = original.AutoscaleSetting

type AutoscaleSettingResource

type AutoscaleSettingResource = original.AutoscaleSettingResource

type AutoscaleSettingResourceCollection

type AutoscaleSettingResourceCollection = original.AutoscaleSettingResourceCollection

type AutoscaleSettingResourcePatch

type AutoscaleSettingResourcePatch = original.AutoscaleSettingResourcePatch

type AutoscaleSettingsClient

type AutoscaleSettingsClient = original.AutoscaleSettingsClient

func NewAutoscaleSettingsClient

func NewAutoscaleSettingsClient(subscriptionID string) AutoscaleSettingsClient

func NewAutoscaleSettingsClientWithBaseURI

func NewAutoscaleSettingsClientWithBaseURI(baseURI string, subscriptionID string) AutoscaleSettingsClient

type AzNsActionGroup

type AzNsActionGroup = original.AzNsActionGroup

type AzureAppPushReceiver

type AzureAppPushReceiver = original.AzureAppPushReceiver

type AzureFunctionReceiver

type AzureFunctionReceiver = original.AzureFunctionReceiver

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type Baseline

type Baseline = original.Baseline

type BaselineMetadata

type BaselineMetadata = original.BaselineMetadata

type BaselineMetadataValue

type BaselineMetadataValue = original.BaselineMetadataValue

type BaselineProperties

type BaselineProperties = original.BaselineProperties

type BaselineResponse

type BaselineResponse = original.BaselineResponse

type BaselinesClient

type BaselinesClient = original.BaselinesClient

func NewBaselinesClient

func NewBaselinesClient(subscriptionID string) BaselinesClient

func NewBaselinesClientWithBaseURI

func NewBaselinesClientWithBaseURI(baseURI string, subscriptionID string) BaselinesClient

type BasicAction

type BasicAction = original.BasicAction

type BasicMetricAlertCriteria

type BasicMetricAlertCriteria = original.BasicMetricAlertCriteria

type BasicMultiMetricCriteria

type BasicMultiMetricCriteria = original.BasicMultiMetricCriteria

type BasicRuleAction

type BasicRuleAction = original.BasicRuleAction

type BasicRuleCondition

type BasicRuleCondition = original.BasicRuleCondition

type BasicRuleDataSource

type BasicRuleDataSource = original.BasicRuleDataSource

type CalculateBaselineResponse

type CalculateBaselineResponse = original.CalculateBaselineResponse

type CategoryType

type CategoryType = original.CategoryType
const (
	Logs    CategoryType = original.Logs
	Metrics CategoryType = original.Metrics
)

func PossibleCategoryTypeValues

func PossibleCategoryTypeValues() []CategoryType

type ConditionOperator

type ConditionOperator = original.ConditionOperator
const (
	ConditionOperatorGreaterThan        ConditionOperator = original.ConditionOperatorGreaterThan
	ConditionOperatorGreaterThanOrEqual ConditionOperator = original.ConditionOperatorGreaterThanOrEqual
	ConditionOperatorLessThan           ConditionOperator = original.ConditionOperatorLessThan
	ConditionOperatorLessThanOrEqual    ConditionOperator = original.ConditionOperatorLessThanOrEqual
)

func PossibleConditionOperatorValues

func PossibleConditionOperatorValues() []ConditionOperator

type ConditionalOperator

type ConditionalOperator = original.ConditionalOperator
const (
	ConditionalOperatorEqual       ConditionalOperator = original.ConditionalOperatorEqual
	ConditionalOperatorGreaterThan ConditionalOperator = original.ConditionalOperatorGreaterThan
	ConditionalOperatorLessThan    ConditionalOperator = original.ConditionalOperatorLessThan
)

func PossibleConditionalOperatorValues

func PossibleConditionalOperatorValues() []ConditionalOperator

type Criteria

type Criteria = original.Criteria

type CriterionType

type CriterionType = original.CriterionType
const (
	CriterionTypeDynamicThresholdCriterion CriterionType = original.CriterionTypeDynamicThresholdCriterion
	CriterionTypeMultiMetricCriteria       CriterionType = original.CriterionTypeMultiMetricCriteria
	CriterionTypeStaticThresholdCriterion  CriterionType = original.CriterionTypeStaticThresholdCriterion
)

func PossibleCriterionTypeValues

func PossibleCriterionTypeValues() []CriterionType

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 DiagnosticSettings

type DiagnosticSettings = original.DiagnosticSettings

type DiagnosticSettingsCategory

type DiagnosticSettingsCategory = original.DiagnosticSettingsCategory

type DiagnosticSettingsCategoryClient

type DiagnosticSettingsCategoryClient = original.DiagnosticSettingsCategoryClient

func NewDiagnosticSettingsCategoryClient

func NewDiagnosticSettingsCategoryClient(subscriptionID string) DiagnosticSettingsCategoryClient

func NewDiagnosticSettingsCategoryClientWithBaseURI

func NewDiagnosticSettingsCategoryClientWithBaseURI(baseURI string, subscriptionID string) DiagnosticSettingsCategoryClient

type DiagnosticSettingsCategoryResource

type DiagnosticSettingsCategoryResource = original.DiagnosticSettingsCategoryResource

type DiagnosticSettingsClient

type DiagnosticSettingsClient = original.DiagnosticSettingsClient

func NewDiagnosticSettingsClient

func NewDiagnosticSettingsClient(subscriptionID string) DiagnosticSettingsClient

func NewDiagnosticSettingsClientWithBaseURI

func NewDiagnosticSettingsClientWithBaseURI(baseURI string, subscriptionID string) DiagnosticSettingsClient

type DiagnosticSettingsResource

type DiagnosticSettingsResource = original.DiagnosticSettingsResource

type Dimension

type Dimension = original.Dimension

type DynamicMetricCriteria

type DynamicMetricCriteria = original.DynamicMetricCriteria

type DynamicThresholdFailingPeriods

type DynamicThresholdFailingPeriods = original.DynamicThresholdFailingPeriods

type DynamicThresholdOperator

type DynamicThresholdOperator = original.DynamicThresholdOperator
const (
	DynamicThresholdOperatorGreaterOrLessThan DynamicThresholdOperator = original.DynamicThresholdOperatorGreaterOrLessThan
	DynamicThresholdOperatorGreaterThan       DynamicThresholdOperator = original.DynamicThresholdOperatorGreaterThan
	DynamicThresholdOperatorLessThan          DynamicThresholdOperator = original.DynamicThresholdOperatorLessThan
)

func PossibleDynamicThresholdOperatorValues

func PossibleDynamicThresholdOperatorValues() []DynamicThresholdOperator

type DynamicThresholdSensitivity

type DynamicThresholdSensitivity = original.DynamicThresholdSensitivity

func PossibleDynamicThresholdSensitivityValues

func PossibleDynamicThresholdSensitivityValues() []DynamicThresholdSensitivity

type EmailNotification

type EmailNotification = original.EmailNotification

type EmailReceiver

type EmailReceiver = original.EmailReceiver

type EnableRequest

type EnableRequest = original.EnableRequest

type Enabled

type Enabled = original.Enabled
const (
	False Enabled = original.False
	True  Enabled = original.True
)

func PossibleEnabledValues

func PossibleEnabledValues() []Enabled

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 EventData

type EventData = original.EventData

type EventDataCollection

type EventDataCollection = original.EventDataCollection

type EventLevel

type EventLevel = original.EventLevel
const (
	EventLevelCritical      EventLevel = original.EventLevelCritical
	EventLevelError         EventLevel = original.EventLevelError
	EventLevelInformational EventLevel = original.EventLevelInformational
	EventLevelVerbose       EventLevel = original.EventLevelVerbose
	EventLevelWarning       EventLevel = original.EventLevelWarning
)

func PossibleEventLevelValues

func PossibleEventLevelValues() []EventLevel

type HTTPRequestInfo

type HTTPRequestInfo = original.HTTPRequestInfo

type Incident

type Incident = original.Incident

type IncidentListResult

type IncidentListResult = original.IncidentListResult

type ItsmReceiver

type ItsmReceiver = original.ItsmReceiver

type LocalizableString

type LocalizableString = original.LocalizableString

type LocationThresholdRuleCondition

type LocationThresholdRuleCondition = original.LocationThresholdRuleCondition

type LogMetricTrigger

type LogMetricTrigger = original.LogMetricTrigger

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 LogSearchRule

type LogSearchRule = original.LogSearchRule

type LogSearchRulePatch

type LogSearchRulePatch = original.LogSearchRulePatch

type LogSearchRuleResource

type LogSearchRuleResource = original.LogSearchRuleResource

type LogSearchRuleResourceCollection

type LogSearchRuleResourceCollection = original.LogSearchRuleResourceCollection

type LogSearchRuleResourcePatch

type LogSearchRuleResourcePatch = original.LogSearchRuleResourcePatch

type LogSettings

type LogSettings = original.LogSettings

type LogToMetricAction

type LogToMetricAction = original.LogToMetricAction

type LogicAppReceiver

type LogicAppReceiver = original.LogicAppReceiver

type ManagementEventRuleCondition

type ManagementEventRuleCondition = original.ManagementEventRuleCondition

type MetadataValue

type MetadataValue = original.MetadataValue

type Metric

type Metric = original.Metric

type MetricAlertAction

type MetricAlertAction = original.MetricAlertAction

type MetricAlertCriteria

type MetricAlertCriteria = original.MetricAlertCriteria

type MetricAlertProperties

type MetricAlertProperties = original.MetricAlertProperties

type MetricAlertResource

type MetricAlertResource = original.MetricAlertResource

type MetricAlertResourceCollection

type MetricAlertResourceCollection = original.MetricAlertResourceCollection

type MetricAlertResourcePatch

type MetricAlertResourcePatch = original.MetricAlertResourcePatch

type MetricAlertStatus

type MetricAlertStatus = original.MetricAlertStatus

type MetricAlertStatusCollection

type MetricAlertStatusCollection = original.MetricAlertStatusCollection

type MetricAlertStatusProperties

type MetricAlertStatusProperties = original.MetricAlertStatusProperties

type MetricAlertsClient

type MetricAlertsClient = original.MetricAlertsClient

func NewMetricAlertsClient

func NewMetricAlertsClient(subscriptionID string) MetricAlertsClient

func NewMetricAlertsClientWithBaseURI

func NewMetricAlertsClientWithBaseURI(baseURI string, subscriptionID string) MetricAlertsClient

type MetricAlertsStatusClient

type MetricAlertsStatusClient = original.MetricAlertsStatusClient

func NewMetricAlertsStatusClient

func NewMetricAlertsStatusClient(subscriptionID string) MetricAlertsStatusClient

func NewMetricAlertsStatusClientWithBaseURI

func NewMetricAlertsStatusClientWithBaseURI(baseURI string, subscriptionID string) MetricAlertsStatusClient

type MetricAvailability

type MetricAvailability = original.MetricAvailability

type MetricBaselineClient

type MetricBaselineClient = original.MetricBaselineClient

func NewMetricBaselineClient

func NewMetricBaselineClient(subscriptionID string) MetricBaselineClient

func NewMetricBaselineClientWithBaseURI

func NewMetricBaselineClientWithBaseURI(baseURI string, subscriptionID string) MetricBaselineClient

type MetricBaselinesProperties

type MetricBaselinesProperties = original.MetricBaselinesProperties

type MetricBaselinesResponse

type MetricBaselinesResponse = original.MetricBaselinesResponse

type MetricCriteria

type MetricCriteria = original.MetricCriteria

type MetricDefinition

type MetricDefinition = original.MetricDefinition

type MetricDefinitionCollection

type MetricDefinitionCollection = original.MetricDefinitionCollection

type MetricDefinitionsClient

type MetricDefinitionsClient = original.MetricDefinitionsClient

func NewMetricDefinitionsClient

func NewMetricDefinitionsClient(subscriptionID string) MetricDefinitionsClient

func NewMetricDefinitionsClientWithBaseURI

func NewMetricDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) MetricDefinitionsClient

type MetricDimension

type MetricDimension = original.MetricDimension

type MetricNamespace

type MetricNamespace = original.MetricNamespace

type MetricNamespaceCollection

type MetricNamespaceCollection = original.MetricNamespaceCollection

type MetricNamespaceName

type MetricNamespaceName = original.MetricNamespaceName

type MetricNamespacesClient

type MetricNamespacesClient = original.MetricNamespacesClient

func NewMetricNamespacesClient

func NewMetricNamespacesClient(subscriptionID string) MetricNamespacesClient

func NewMetricNamespacesClientWithBaseURI

func NewMetricNamespacesClientWithBaseURI(baseURI string, subscriptionID string) MetricNamespacesClient

type MetricSettings

type MetricSettings = original.MetricSettings

type MetricSingleDimension

type MetricSingleDimension = original.MetricSingleDimension

type MetricStatisticType

type MetricStatisticType = original.MetricStatisticType

func PossibleMetricStatisticTypeValues

func PossibleMetricStatisticTypeValues() []MetricStatisticType

type MetricTrigger

type MetricTrigger = original.MetricTrigger

type MetricTriggerType

type MetricTriggerType = original.MetricTriggerType
const (
	MetricTriggerTypeConsecutive MetricTriggerType = original.MetricTriggerTypeConsecutive
	MetricTriggerTypeTotal       MetricTriggerType = original.MetricTriggerTypeTotal
)

func PossibleMetricTriggerTypeValues

func PossibleMetricTriggerTypeValues() []MetricTriggerType

type MetricValue

type MetricValue = original.MetricValue

type MetricsClient

type MetricsClient = original.MetricsClient

func NewMetricsClient

func NewMetricsClient(subscriptionID string) MetricsClient

func NewMetricsClientWithBaseURI

func NewMetricsClientWithBaseURI(baseURI string, subscriptionID string) MetricsClient

type MultiMetricCriteria

type MultiMetricCriteria = original.MultiMetricCriteria

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 OdataTypeBasicAction

type OdataTypeBasicAction = original.OdataTypeBasicAction
const (
	OdataTypeAction                                                                                                                                   OdataTypeBasicAction = original.OdataTypeAction
	OdataTypeMicrosoftWindowsAzureManagementMonitoringAlertsModelsMicrosoftAppInsightsNexusDataContractsResourcesScheduledQueryRulesAlertingAction    OdataTypeBasicAction = original.OdataTypeMicrosoftWindowsAzureManagementMonitoringAlertsModelsMicrosoftAppInsightsNexusDataContractsResourcesScheduledQueryRulesAlertingAction
	OdataTypeMicrosoftWindowsAzureManagementMonitoringAlertsModelsMicrosoftAppInsightsNexusDataContractsResourcesScheduledQueryRulesLogToMetricAction OdataTypeBasicAction = original.OdataTypeMicrosoftWindowsAzureManagementMonitoringAlertsModelsMicrosoftAppInsightsNexusDataContractsResourcesScheduledQueryRulesLogToMetricAction
)

func PossibleOdataTypeBasicActionValues

func PossibleOdataTypeBasicActionValues() []OdataTypeBasicAction

type OdataTypeBasicMetricAlertCriteria

type OdataTypeBasicMetricAlertCriteria = original.OdataTypeBasicMetricAlertCriteria
const (
	OdataTypeMetricAlertCriteria                                         OdataTypeBasicMetricAlertCriteria = original.OdataTypeMetricAlertCriteria
	OdataTypeMicrosoftAzureMonitorMultipleResourceMultipleMetricCriteria OdataTypeBasicMetricAlertCriteria = original.OdataTypeMicrosoftAzureMonitorMultipleResourceMultipleMetricCriteria
	OdataTypeMicrosoftAzureMonitorSingleResourceMultipleMetricCriteria   OdataTypeBasicMetricAlertCriteria = original.OdataTypeMicrosoftAzureMonitorSingleResourceMultipleMetricCriteria
	OdataTypeMicrosoftAzureMonitorWebtestLocationAvailabilityCriteria    OdataTypeBasicMetricAlertCriteria = original.OdataTypeMicrosoftAzureMonitorWebtestLocationAvailabilityCriteria
)

func PossibleOdataTypeBasicMetricAlertCriteriaValues

func PossibleOdataTypeBasicMetricAlertCriteriaValues() []OdataTypeBasicMetricAlertCriteria

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 Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationListResult

type OperationListResult = original.OperationListResult

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type Operator

type Operator = original.Operator
const (
	OperatorEquals             Operator = original.OperatorEquals
	OperatorGreaterThan        Operator = original.OperatorGreaterThan
	OperatorGreaterThanOrEqual Operator = original.OperatorGreaterThanOrEqual
	OperatorLessThan           Operator = original.OperatorLessThan
	OperatorLessThanOrEqual    Operator = original.OperatorLessThanOrEqual
	OperatorNotEquals          Operator = original.OperatorNotEquals
)

func PossibleOperatorValues

func PossibleOperatorValues() []Operator

type ProxyOnlyResource

type ProxyOnlyResource = original.ProxyOnlyResource

type ProxyResource

type ProxyResource = original.ProxyResource

type QueryType

type QueryType = original.QueryType
const (
	ResultCount QueryType = original.ResultCount
)

func PossibleQueryTypeValues

func PossibleQueryTypeValues() []QueryType

type ReceiverStatus

type ReceiverStatus = original.ReceiverStatus
const (
	ReceiverStatusDisabled     ReceiverStatus = original.ReceiverStatusDisabled
	ReceiverStatusEnabled      ReceiverStatus = original.ReceiverStatusEnabled
	ReceiverStatusNotSpecified ReceiverStatus = original.ReceiverStatusNotSpecified
)

func PossibleReceiverStatusValues

func PossibleReceiverStatusValues() []ReceiverStatus

type Recurrence

type Recurrence = original.Recurrence

type RecurrentSchedule

type RecurrentSchedule = original.RecurrentSchedule

type Resource

type Resource = original.Resource

type Response

type Response = original.Response

type ResponseWithError

type ResponseWithError = original.ResponseWithError

type ResultType

type ResultType = original.ResultType
const (
	Data     ResultType = original.Data
	Metadata ResultType = original.Metadata
)

func PossibleResultTypeValues

func PossibleResultTypeValues() []ResultType

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 ScaleAction

type ScaleAction = original.ScaleAction

type ScaleCapacity

type ScaleCapacity = original.ScaleCapacity

type ScaleDirection

type ScaleDirection = original.ScaleDirection
const (
	ScaleDirectionDecrease ScaleDirection = original.ScaleDirectionDecrease
	ScaleDirectionIncrease ScaleDirection = original.ScaleDirectionIncrease
	ScaleDirectionNone     ScaleDirection = original.ScaleDirectionNone
)

func PossibleScaleDirectionValues

func PossibleScaleDirectionValues() []ScaleDirection

type ScaleRule

type ScaleRule = original.ScaleRule

type ScaleType

type ScaleType = original.ScaleType
const (
	ChangeCount        ScaleType = original.ChangeCount
	ExactCount         ScaleType = original.ExactCount
	PercentChangeCount ScaleType = original.PercentChangeCount
)

func PossibleScaleTypeValues

func PossibleScaleTypeValues() []ScaleType

type Schedule

type Schedule = original.Schedule

type ScheduledQueryRulesClient

type ScheduledQueryRulesClient = original.ScheduledQueryRulesClient

func NewScheduledQueryRulesClient

func NewScheduledQueryRulesClient(subscriptionID string) ScheduledQueryRulesClient

func NewScheduledQueryRulesClientWithBaseURI

func NewScheduledQueryRulesClientWithBaseURI(baseURI string, subscriptionID string) ScheduledQueryRulesClient

type SenderAuthorization

type SenderAuthorization = original.SenderAuthorization

type Sensitivity

type Sensitivity = original.Sensitivity
const (
	SensitivityHigh   Sensitivity = original.SensitivityHigh
	SensitivityLow    Sensitivity = original.SensitivityLow
	SensitivityMedium Sensitivity = original.SensitivityMedium
)

func PossibleSensitivityValues

func PossibleSensitivityValues() []Sensitivity

type SingleBaseline

type SingleBaseline = original.SingleBaseline

type SingleMetricBaseline

type SingleMetricBaseline = original.SingleMetricBaseline

type SmsReceiver

type SmsReceiver = original.SmsReceiver

type Source

type Source = original.Source

type TenantActivityLogsClient

type TenantActivityLogsClient = original.TenantActivityLogsClient

func NewTenantActivityLogsClient

func NewTenantActivityLogsClient(subscriptionID string) TenantActivityLogsClient

func NewTenantActivityLogsClientWithBaseURI

func NewTenantActivityLogsClientWithBaseURI(baseURI string, subscriptionID string) TenantActivityLogsClient

type ThresholdRuleCondition

type ThresholdRuleCondition = original.ThresholdRuleCondition

type TimeAggregationOperator

type TimeAggregationOperator = original.TimeAggregationOperator

func PossibleTimeAggregationOperatorValues

func PossibleTimeAggregationOperatorValues() []TimeAggregationOperator

type TimeAggregationType

type TimeAggregationType = original.TimeAggregationType

func PossibleTimeAggregationTypeValues

func PossibleTimeAggregationTypeValues() []TimeAggregationType

type TimeSeriesBaseline

type TimeSeriesBaseline = original.TimeSeriesBaseline

type TimeSeriesElement

type TimeSeriesElement = original.TimeSeriesElement

type TimeSeriesInformation

type TimeSeriesInformation = original.TimeSeriesInformation

type TimeWindow

type TimeWindow = original.TimeWindow

type TriggerCondition

type TriggerCondition = original.TriggerCondition

type Unit

type Unit = original.Unit
const (
	UnitBitsPerSecond  Unit = original.UnitBitsPerSecond
	UnitBytes          Unit = original.UnitBytes
	UnitByteSeconds    Unit = original.UnitByteSeconds
	UnitBytesPerSecond Unit = original.UnitBytesPerSecond
	UnitCores          Unit = original.UnitCores
	UnitCount          Unit = original.UnitCount
	UnitCountPerSecond Unit = original.UnitCountPerSecond
	UnitMilliCores     Unit = original.UnitMilliCores
	UnitMilliSeconds   Unit = original.UnitMilliSeconds
	UnitNanoCores      Unit = original.UnitNanoCores
	UnitPercent        Unit = original.UnitPercent
	UnitSeconds        Unit = original.UnitSeconds
	UnitUnspecified    Unit = original.UnitUnspecified
)

func PossibleUnitValues

func PossibleUnitValues() []Unit

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 VoiceReceiver

type VoiceReceiver = original.VoiceReceiver

type WebhookNotification

type WebhookNotification = original.WebhookNotification

type WebhookReceiver

type WebhookReceiver = original.WebhookReceiver

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