Share via


SendingLogsStatus Struct

Definition

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

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

Constructors

SendingLogsStatus(String)

Initializes a new instance of SendingLogsStatus.

Properties

False

False.

True

True.

Methods

Equals(SendingLogsStatus)

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

Determines if two SendingLogsStatus values are the same.

Implicit(String to SendingLogsStatus)

Converts a String to a SendingLogsStatus.

Inequality(SendingLogsStatus, SendingLogsStatus)

Determines if two SendingLogsStatus values are not the same.

Applies to