SendingLog Struct

Definition

Flag indicating the status of the resource for sending logs operation to Elastic.

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

Constructors

SendingLog(String)

Initializes a new instance of SendingLog.

Properties

False

False.

True

True.

Methods

Equals(SendingLog)

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

Determines if two SendingLog values are the same.

Implicit(String to SendingLog)

Converts a string to a SendingLog.

Inequality(SendingLog, SendingLog)

Determines if two SendingLog values are not the same.

Applies to