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

Name Description
SendAllEvent(String)

Initializes a new instance of SendAllEvent.

Properties

Name Description
False

No need to send notification under any event.

True

Need send notification under any event.

Methods

Name Description
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

Name Description
Equality(SendAllEvent, SendAllEvent)

Determines if two SendAllEvent values are the same.

Implicit(String to Nullable<SendAllEvent>)
Implicit(String to SendAllEvent)

Converts a string to a SendAllEvent.

Inequality(SendAllEvent, SendAllEvent)

Determines if two SendAllEvent values are not the same.

Applies to