SendAllEvent Struct

Definition

whether to send notification under any event.

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

Constructors

SendAllEvent(String)

Initializes a new instance of SendAllEvent.

Properties

False

No need to send notification under any event.

True

Need send notification under any event.

Methods

Equals(SendAllEvent)

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(SendAllEvent, SendAllEvent)

Determines if two SendAllEvent values are the same.

Implicit(String to SendAllEvent)

Converts a string to a SendAllEvent.

Inequality(SendAllEvent, SendAllEvent)

Determines if two SendAllEvent values are not the same.

Applies to