Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForAlertSeverity() []string + func ValidateAlertID(input interface{}, key string) (warnings []string, errors []error) + func ValidateDataBoxEdgeDeviceID(input interface{}, key string) (warnings []string, errors []error) + type Alert struct + Id *string + Name *string + Properties *AlertProperties + SystemData *systemdata.SystemData + Type *string + type AlertErrorDetails struct + ErrorCode *string + ErrorMessage *string + Occurrences *int64 + type AlertId struct + AlertName string + DataBoxEdgeDeviceName string + ResourceGroupName string + SubscriptionId string + func NewAlertID(subscriptionId string, resourceGroupName string, dataBoxEdgeDeviceName string, ...) AlertId + func ParseAlertID(input string) (*AlertId, error) + func ParseAlertIDInsensitively(input string) (*AlertId, error) + func (id *AlertId) FromParseResult(input resourceids.ParseResult) error + func (id AlertId) ID() string + func (id AlertId) Segments() []resourceids.Segment + func (id AlertId) String() string + type AlertOperationPredicate struct + Id *string + Name *string + Type *string + func (p AlertOperationPredicate) Matches(input Alert) bool + type AlertProperties struct + AlertType *string + AppearedAtDateTime *string + DetailedInformation *map[string]string + ErrorDetails *AlertErrorDetails + Recommendation *string + Severity *AlertSeverity + Title *string + func (o *AlertProperties) GetAppearedAtDateTimeAsTime() (*time.Time, error) + func (o *AlertProperties) SetAppearedAtDateTimeAsTime(input time.Time) + type AlertSeverity string + const AlertSeverityCritical + const AlertSeverityInformational + const AlertSeverityWarning + func (s *AlertSeverity) UnmarshalJSON(bytes []byte) error + type AlertsClient struct + Client *resourcemanager.Client + func NewAlertsClientWithBaseURI(sdkApi sdkEnv.Api) (*AlertsClient, error) + func (c AlertsClient) Get(ctx context.Context, id AlertId) (result GetOperationResponse, err error) + func (c AlertsClient) ListByDataBoxEdgeDevice(ctx context.Context, id DataBoxEdgeDeviceId) (result ListByDataBoxEdgeDeviceOperationResponse, err error) + func (c AlertsClient) ListByDataBoxEdgeDeviceComplete(ctx context.Context, id DataBoxEdgeDeviceId) (ListByDataBoxEdgeDeviceCompleteResult, error) + func (c AlertsClient) ListByDataBoxEdgeDeviceCompleteMatchingPredicate(ctx context.Context, id DataBoxEdgeDeviceId, predicate AlertOperationPredicate) (result ListByDataBoxEdgeDeviceCompleteResult, err error) + type DataBoxEdgeDeviceId struct + DataBoxEdgeDeviceName string + ResourceGroupName string + SubscriptionId string + func NewDataBoxEdgeDeviceID(subscriptionId string, resourceGroupName string, dataBoxEdgeDeviceName string) DataBoxEdgeDeviceId + func ParseDataBoxEdgeDeviceID(input string) (*DataBoxEdgeDeviceId, error) + func ParseDataBoxEdgeDeviceIDInsensitively(input string) (*DataBoxEdgeDeviceId, error) + func (id *DataBoxEdgeDeviceId) FromParseResult(input resourceids.ParseResult) error + func (id DataBoxEdgeDeviceId) ID() string + func (id DataBoxEdgeDeviceId) Segments() []resourceids.Segment + func (id DataBoxEdgeDeviceId) String() string + type GetOperationResponse struct + HttpResponse *http.Response + Model *Alert + OData *odata.OData + type ListByDataBoxEdgeDeviceCompleteResult struct + Items []Alert + LatestHttpResponse *http.Response + type ListByDataBoxEdgeDeviceCustomPager struct + NextLink *odata.Link + func (p *ListByDataBoxEdgeDeviceCustomPager) NextPageLink() *odata.Link + type ListByDataBoxEdgeDeviceOperationResponse struct + HttpResponse *http.Response + Model *[]Alert + OData *odata.OData