Share via


SendAadLogsStatus Struct

Definition

Indicates whether AAD logs are being sent.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendAadLogsStatusTypeConverter))]
public struct SendAadLogsStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendAadLogsStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendAadLogsStatusTypeConverter))>]
type SendAadLogsStatus = struct
    interface IArgumentCompleter
Public Structure SendAadLogsStatus
Implements IArgumentCompleter, IEquatable(Of SendAadLogsStatus)
Inheritance
SendAadLogsStatus
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 SendAadLogsStatus (override for Object)

Equals(SendAadLogsStatus)

Compares values of enum type SendAadLogsStatus

GetHashCode()

Returns hashCode for enum SendAadLogsStatus

ToString()

Returns string representation for SendAadLogsStatus

Operators

Equality(SendAadLogsStatus, SendAadLogsStatus)

Overriding == operator for enum SendAadLogsStatus

Implicit(SendAadLogsStatus to String)

Implicit operator to convert SendAadLogsStatus to string

Implicit(String to SendAadLogsStatus)

Implicit operator to convert string to SendAadLogsStatus

Inequality(SendAadLogsStatus, SendAadLogsStatus)

Overriding != operator for enum SendAadLogsStatus

Applies to