monitoringalertrule

package
v0.20241126.1110949 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMonitoringAlertRuleOperationOptions

type CreateMonitoringAlertRuleOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateMonitoringAlertRuleOperationOptions

func DefaultCreateMonitoringAlertRuleOperationOptions() CreateMonitoringAlertRuleOperationOptions

func (CreateMonitoringAlertRuleOperationOptions) ToHeaders

func (CreateMonitoringAlertRuleOperationOptions) ToOData

func (CreateMonitoringAlertRuleOperationOptions) ToQuery

type CreateMonitoringAlertRuleOperationResponse

type CreateMonitoringAlertRuleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementAlertRule
}

type DeleteMonitoringAlertRuleOperationOptions

type DeleteMonitoringAlertRuleOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteMonitoringAlertRuleOperationOptions

func DefaultDeleteMonitoringAlertRuleOperationOptions() DeleteMonitoringAlertRuleOperationOptions

func (DeleteMonitoringAlertRuleOperationOptions) ToHeaders

func (DeleteMonitoringAlertRuleOperationOptions) ToOData

func (DeleteMonitoringAlertRuleOperationOptions) ToQuery

type DeleteMonitoringAlertRuleOperationResponse

type DeleteMonitoringAlertRuleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DeviceManagementAlertRuleOperationPredicate

type DeviceManagementAlertRuleOperationPredicate struct {
}

func (DeviceManagementAlertRuleOperationPredicate) Matches

type GetMonitoringAlertRuleOperationOptions

type GetMonitoringAlertRuleOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetMonitoringAlertRuleOperationOptions

func DefaultGetMonitoringAlertRuleOperationOptions() GetMonitoringAlertRuleOperationOptions

func (GetMonitoringAlertRuleOperationOptions) ToHeaders

func (GetMonitoringAlertRuleOperationOptions) ToOData

func (GetMonitoringAlertRuleOperationOptions) ToQuery

type GetMonitoringAlertRuleOperationResponse

type GetMonitoringAlertRuleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementAlertRule
}

type GetMonitoringAlertRulesCountOperationOptions

type GetMonitoringAlertRulesCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetMonitoringAlertRulesCountOperationOptions

func DefaultGetMonitoringAlertRulesCountOperationOptions() GetMonitoringAlertRulesCountOperationOptions

func (GetMonitoringAlertRulesCountOperationOptions) ToHeaders

func (GetMonitoringAlertRulesCountOperationOptions) ToOData

func (GetMonitoringAlertRulesCountOperationOptions) ToQuery

type GetMonitoringAlertRulesCountOperationResponse

type GetMonitoringAlertRulesCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListMonitoringAlertRulesCompleteResult

type ListMonitoringAlertRulesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DeviceManagementAlertRule
}

type ListMonitoringAlertRulesCustomPager

type ListMonitoringAlertRulesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListMonitoringAlertRulesCustomPager) NextPageLink() *odata.Link

type ListMonitoringAlertRulesOperationOptions

type ListMonitoringAlertRulesOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListMonitoringAlertRulesOperationOptions

func DefaultListMonitoringAlertRulesOperationOptions() ListMonitoringAlertRulesOperationOptions

func (ListMonitoringAlertRulesOperationOptions) ToHeaders

func (ListMonitoringAlertRulesOperationOptions) ToOData

func (ListMonitoringAlertRulesOperationOptions) ToQuery

type ListMonitoringAlertRulesOperationResponse

type ListMonitoringAlertRulesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceManagementAlertRule
}

type MonitoringAlertRuleClient

type MonitoringAlertRuleClient struct {
	Client *msgraph.Client
}

func NewMonitoringAlertRuleClientWithBaseURI

func NewMonitoringAlertRuleClientWithBaseURI(sdkApi sdkEnv.Api) (*MonitoringAlertRuleClient, error)

func (MonitoringAlertRuleClient) CreateMonitoringAlertRule

CreateMonitoringAlertRule - Create alertRule. Create an alertRule object.

func (MonitoringAlertRuleClient) DeleteMonitoringAlertRule

DeleteMonitoringAlertRule - Delete navigation property alertRules for deviceManagement

func (MonitoringAlertRuleClient) GetMonitoringAlertRule

GetMonitoringAlertRule - Get alertRule. Read the properties and relationships of an alertRule object.

func (MonitoringAlertRuleClient) GetMonitoringAlertRulesCount

GetMonitoringAlertRulesCount - Get the number of the resource

func (MonitoringAlertRuleClient) ListMonitoringAlertRules

ListMonitoringAlertRules - List alertRules. Get a list of the alertRule objects and their properties.

func (MonitoringAlertRuleClient) ListMonitoringAlertRulesComplete

ListMonitoringAlertRulesComplete retrieves all the results into a single object

func (MonitoringAlertRuleClient) ListMonitoringAlertRulesCompleteMatchingPredicate

ListMonitoringAlertRulesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MonitoringAlertRuleClient) UpdateMonitoringAlertRule

UpdateMonitoringAlertRule - Update alertRule. Update the properties of an alertRule object.

type UpdateMonitoringAlertRuleOperationOptions

type UpdateMonitoringAlertRuleOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateMonitoringAlertRuleOperationOptions

func DefaultUpdateMonitoringAlertRuleOperationOptions() UpdateMonitoringAlertRuleOperationOptions

func (UpdateMonitoringAlertRuleOperationOptions) ToHeaders

func (UpdateMonitoringAlertRuleOperationOptions) ToOData

func (UpdateMonitoringAlertRuleOperationOptions) ToQuery

type UpdateMonitoringAlertRuleOperationResponse

type UpdateMonitoringAlertRuleOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

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