Share via


SendActivityLogsStatus Struct

Definition

Indicates whether activity logs are being sent.

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

Equals(SendActivityLogsStatus)

Compares values of enum type SendActivityLogsStatus

GetHashCode()

Returns hashCode for enum SendActivityLogsStatus

ToString()

Returns string representation for SendActivityLogsStatus

Operators

Equality(SendActivityLogsStatus, SendActivityLogsStatus)

Overriding == operator for enum SendActivityLogsStatus

Implicit(SendActivityLogsStatus to String)

Implicit operator to convert SendActivityLogsStatus to string

Implicit(String to SendActivityLogsStatus)

Implicit operator to convert string to SendActivityLogsStatus

Inequality(SendActivityLogsStatus, SendActivityLogsStatus)

Overriding != operator for enum SendActivityLogsStatus

Applies to