你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SendingMetricsStatus Struct

Definition

Indicates whether metrics are being sent.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingMetricsStatusTypeConverter))]
public struct SendingMetricsStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingMetricsStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.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