다음을 통해 공유


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

AlertRuleCreationProperty(String)

Initializes a new instance of AlertRuleCreationProperty.

Properties

CreatedWithActionGroup

The alert rule was created with an action group.

None

The alert rule was created with no properties.

Methods

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

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