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

SendActivityLogsStatus Struct

Definition

Indicates whether activity logs are being sent.

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