Share via


SendingLogsStatus Struct

Definition

Indicates whether logs are being sent.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatusTypeConverter))]
public struct SendingLogsStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatusTypeConverter))>]
type SendingLogsStatus = struct
    interface IArgumentCompleter
Public Structure SendingLogsStatus
Implements IArgumentCompleter, IEquatable(Of SendingLogsStatus)
Inheritance
SendingLogsStatus
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type SendingLogsStatus (override for Object)

Equals(SendingLogsStatus)

Compares values of enum type SendingLogsStatus

GetHashCode()

Returns hashCode for enum SendingLogsStatus

ToString()

Returns string representation for SendingLogsStatus

Operators

Equality(SendingLogsStatus, SendingLogsStatus)

Overriding == operator for enum SendingLogsStatus

Implicit(SendingLogsStatus to String)

Implicit operator to convert SendingLogsStatus to string

Implicit(String to SendingLogsStatus)

Implicit operator to convert string to SendingLogsStatus

Inequality(SendingLogsStatus, SendingLogsStatus)

Overriding != operator for enum SendingLogsStatus

Applies to