Freigeben über


AlertRuleCreationProperty Struct

Definition

The properties with which the alert rule resource was created.

public readonly struct AlertRuleCreationProperty : IEquatable<Azure.ResourceManager.DatabaseWatcher.Models.AlertRuleCreationProperty>
type AlertRuleCreationProperty = struct
Public Structure AlertRuleCreationProperty
Implements IEquatable(Of AlertRuleCreationProperty)
Inheritance
AlertRuleCreationProperty
Implements

Constructors

Name Description
AlertRuleCreationProperty(String)

Initializes a new instance of AlertRuleCreationProperty.

Properties

Name Description
CreatedWithActionGroup

The alert rule was created with an action group.

None

The alert rule was created with no properties.

Methods

Name Description
Equals(AlertRuleCreationProperty)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(AlertRuleCreationProperty, AlertRuleCreationProperty)

Determines if two AlertRuleCreationProperty values are the same.

Implicit(String to AlertRuleCreationProperty)

Converts a String to a AlertRuleCreationProperty.

Inequality(AlertRuleCreationProperty, AlertRuleCreationProperty)

Determines if two AlertRuleCreationProperty values are not the same.

Applies to