Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AlertGeneration
- type AzureEntityResource
- type BaseClient
- type Component
- type ComponentProperties
- type ComponentsClient
- type ComponentsCollection
- type ComponentsCollectionIterator
- type ComponentsCollectionPage
- type ComponentsSummaryClient
- type ErrorFieldContract
- type ErrorResponse
- type HealthState
- type HealthStateCategory
- type HealthStateChange
- type Monitor
- type MonitorCategory
- type MonitorCriteria
- type MonitorInstance
- type MonitorInstanceProperties
- type MonitorInstancesClient
- type MonitorInstancesCollection
- type MonitorInstancesCollectionIterator
- type MonitorInstancesCollectionPage
- type MonitorInstancesSummaryClient
- type MonitorProperties
- type MonitorState
- type MonitorType
- type MonitorsClient
- type MonitorsCollection
- type MonitorsCollectionIterator
- type MonitorsCollectionPage
- type NotificationSetting
- type NotificationSettingProperties
- type NotificationSettingsClient
- type NotificationSettingsCollection
- type NotificationSettingsCollectionIterator
- type NotificationSettingsCollectionPage
- type Operation
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationProperties
- type OperationsClient
- type Operator
- type ProxyResource
- type Resource
- type TrackedResource
- type WorkloadType
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlertGeneration ¶
type AlertGeneration = original.AlertGeneration
const ( Disabled AlertGeneration = original.Disabled Enabled AlertGeneration = original.Enabled )
func PossibleAlertGenerationValues ¶
func PossibleAlertGenerationValues() []AlertGeneration
type AzureEntityResource ¶
type AzureEntityResource = original.AzureEntityResource
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type ComponentProperties ¶
type ComponentProperties = original.ComponentProperties
type ComponentsClient ¶
type ComponentsClient = original.ComponentsClient
func NewComponentsClient ¶
func NewComponentsClient(subscriptionID string) ComponentsClient
func NewComponentsClientWithBaseURI ¶
func NewComponentsClientWithBaseURI(baseURI string, subscriptionID string) ComponentsClient
type ComponentsCollection ¶
type ComponentsCollection = original.ComponentsCollection
type ComponentsCollectionIterator ¶
type ComponentsCollectionIterator = original.ComponentsCollectionIterator
func NewComponentsCollectionIterator ¶
func NewComponentsCollectionIterator(page ComponentsCollectionPage) ComponentsCollectionIterator
type ComponentsCollectionPage ¶
type ComponentsCollectionPage = original.ComponentsCollectionPage
func NewComponentsCollectionPage ¶
func NewComponentsCollectionPage(getNextPage func(context.Context, ComponentsCollection) (ComponentsCollection, error)) ComponentsCollectionPage
type ComponentsSummaryClient ¶
type ComponentsSummaryClient = original.ComponentsSummaryClient
func NewComponentsSummaryClient ¶
func NewComponentsSummaryClient(subscriptionID string) ComponentsSummaryClient
func NewComponentsSummaryClientWithBaseURI ¶
func NewComponentsSummaryClientWithBaseURI(baseURI string, subscriptionID string) ComponentsSummaryClient
type ErrorFieldContract ¶
type ErrorFieldContract = original.ErrorFieldContract
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type HealthState ¶
type HealthState = original.HealthState
const ( Error HealthState = original.Error Success HealthState = original.Success Uninitialized HealthState = original.Uninitialized Unknown HealthState = original.Unknown Warning HealthState = original.Warning )
func PossibleHealthStateValues ¶
func PossibleHealthStateValues() []HealthState
type HealthStateCategory ¶
type HealthStateCategory = original.HealthStateCategory
const ( CustomGroup HealthStateCategory = original.CustomGroup Identity HealthStateCategory = original.Identity )
func PossibleHealthStateCategoryValues ¶
func PossibleHealthStateCategoryValues() []HealthStateCategory
type HealthStateChange ¶
type HealthStateChange = original.HealthStateChange
type MonitorCategory ¶
type MonitorCategory = original.MonitorCategory
const ( AvailabilityHealth MonitorCategory = original.AvailabilityHealth Configuration MonitorCategory = original.Configuration EntityHealth MonitorCategory = original.EntityHealth PerformanceHealth MonitorCategory = original.PerformanceHealth Security MonitorCategory = original.Security )
func PossibleMonitorCategoryValues ¶
func PossibleMonitorCategoryValues() []MonitorCategory
type MonitorCriteria ¶
type MonitorCriteria = original.MonitorCriteria
type MonitorInstance ¶
type MonitorInstance = original.MonitorInstance
type MonitorInstanceProperties ¶
type MonitorInstanceProperties = original.MonitorInstanceProperties
type MonitorInstancesClient ¶
type MonitorInstancesClient = original.MonitorInstancesClient
func NewMonitorInstancesClient ¶
func NewMonitorInstancesClient(subscriptionID string) MonitorInstancesClient
func NewMonitorInstancesClientWithBaseURI ¶
func NewMonitorInstancesClientWithBaseURI(baseURI string, subscriptionID string) MonitorInstancesClient
type MonitorInstancesCollection ¶
type MonitorInstancesCollection = original.MonitorInstancesCollection
type MonitorInstancesCollectionIterator ¶
type MonitorInstancesCollectionIterator = original.MonitorInstancesCollectionIterator
func NewMonitorInstancesCollectionIterator ¶
func NewMonitorInstancesCollectionIterator(page MonitorInstancesCollectionPage) MonitorInstancesCollectionIterator
type MonitorInstancesCollectionPage ¶
type MonitorInstancesCollectionPage = original.MonitorInstancesCollectionPage
func NewMonitorInstancesCollectionPage ¶
func NewMonitorInstancesCollectionPage(getNextPage func(context.Context, MonitorInstancesCollection) (MonitorInstancesCollection, error)) MonitorInstancesCollectionPage
type MonitorInstancesSummaryClient ¶
type MonitorInstancesSummaryClient = original.MonitorInstancesSummaryClient
func NewMonitorInstancesSummaryClient ¶
func NewMonitorInstancesSummaryClient(subscriptionID string) MonitorInstancesSummaryClient
func NewMonitorInstancesSummaryClientWithBaseURI ¶
func NewMonitorInstancesSummaryClientWithBaseURI(baseURI string, subscriptionID string) MonitorInstancesSummaryClient
type MonitorProperties ¶
type MonitorProperties = original.MonitorProperties
type MonitorState ¶
type MonitorState = original.MonitorState
const ( MonitorStateDisabled MonitorState = original.MonitorStateDisabled MonitorStateEnabled MonitorState = original.MonitorStateEnabled )
func PossibleMonitorStateValues ¶
func PossibleMonitorStateValues() []MonitorState
type MonitorType ¶
type MonitorType = original.MonitorType
const ( Aggregate MonitorType = original.Aggregate Dependency MonitorType = original.Dependency Unit MonitorType = original.Unit )
func PossibleMonitorTypeValues ¶
func PossibleMonitorTypeValues() []MonitorType
type MonitorsClient ¶
type MonitorsClient = original.MonitorsClient
func NewMonitorsClient ¶
func NewMonitorsClient(subscriptionID string) MonitorsClient
func NewMonitorsClientWithBaseURI ¶
func NewMonitorsClientWithBaseURI(baseURI string, subscriptionID string) MonitorsClient
type MonitorsCollection ¶
type MonitorsCollection = original.MonitorsCollection
type MonitorsCollectionIterator ¶
type MonitorsCollectionIterator = original.MonitorsCollectionIterator
func NewMonitorsCollectionIterator ¶
func NewMonitorsCollectionIterator(page MonitorsCollectionPage) MonitorsCollectionIterator
type MonitorsCollectionPage ¶
type MonitorsCollectionPage = original.MonitorsCollectionPage
func NewMonitorsCollectionPage ¶
func NewMonitorsCollectionPage(getNextPage func(context.Context, MonitorsCollection) (MonitorsCollection, error)) MonitorsCollectionPage
type NotificationSetting ¶
type NotificationSetting = original.NotificationSetting
type NotificationSettingProperties ¶
type NotificationSettingProperties = original.NotificationSettingProperties
type NotificationSettingsClient ¶
type NotificationSettingsClient = original.NotificationSettingsClient
func NewNotificationSettingsClient ¶
func NewNotificationSettingsClient(subscriptionID string) NotificationSettingsClient
func NewNotificationSettingsClientWithBaseURI ¶
func NewNotificationSettingsClientWithBaseURI(baseURI string, subscriptionID string) NotificationSettingsClient
type NotificationSettingsCollection ¶
type NotificationSettingsCollection = original.NotificationSettingsCollection
type NotificationSettingsCollectionIterator ¶
type NotificationSettingsCollectionIterator = original.NotificationSettingsCollectionIterator
func NewNotificationSettingsCollectionIterator ¶
func NewNotificationSettingsCollectionIterator(page NotificationSettingsCollectionPage) NotificationSettingsCollectionIterator
type NotificationSettingsCollectionPage ¶
type NotificationSettingsCollectionPage = original.NotificationSettingsCollectionPage
func NewNotificationSettingsCollectionPage ¶
func NewNotificationSettingsCollectionPage(getNextPage func(context.Context, NotificationSettingsCollection) (NotificationSettingsCollection, error)) NotificationSettingsCollectionPage
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationProperties ¶
type OperationProperties = original.OperationProperties
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type WorkloadType ¶
type WorkloadType = original.WorkloadType
const ( Apache WorkloadType = original.Apache BaseOS WorkloadType = original.BaseOS IIS WorkloadType = original.IIS SQL WorkloadType = original.SQL )
func PossibleWorkloadTypeValues ¶
func PossibleWorkloadTypeValues() []WorkloadType
Click to show internal directories.
Click to hide internal directories.