Share via


SendingMetricsStatus Struct

Definition

Indicates whether metrics are being sent.

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

Equals(SendingMetricsStatus)

Compares values of enum type SendingMetricsStatus

GetHashCode()

Returns hashCode for enum SendingMetricsStatus

ToString()

Returns string representation for SendingMetricsStatus

Operators

Equality(SendingMetricsStatus, SendingMetricsStatus)

Overriding == operator for enum SendingMetricsStatus

Implicit(SendingMetricsStatus to String)

Implicit operator to convert SendingMetricsStatus to string

Implicit(String to SendingMetricsStatus)

Implicit operator to convert string to SendingMetricsStatus

Inequality(SendingMetricsStatus, SendingMetricsStatus)

Overriding != operator for enum SendingMetricsStatus

Applies to