Share via


SendSubscriptionLogsStatus Struct

Definition

Indicates whether subscription logs are being sent.

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

Equals(SendSubscriptionLogsStatus)

Compares values of enum type SendSubscriptionLogsStatus

GetHashCode()

Returns hashCode for enum SendSubscriptionLogsStatus

ToString()

Returns string representation for SendSubscriptionLogsStatus

Operators

Equality(SendSubscriptionLogsStatus, SendSubscriptionLogsStatus)

Overriding == operator for enum SendSubscriptionLogsStatus

Implicit(SendSubscriptionLogsStatus to String)

Implicit operator to convert SendSubscriptionLogsStatus to string

Implicit(String to SendSubscriptionLogsStatus)

Implicit operator to convert string to SendSubscriptionLogsStatus

Inequality(SendSubscriptionLogsStatus, SendSubscriptionLogsStatus)

Overriding != operator for enum SendSubscriptionLogsStatus

Applies to