LogsSendingStatus Struct

Definition

Indicates whether logs are being sent.

public readonly struct LogsSendingStatus : IEquatable<Azure.ResourceManager.Dynatrace.Models.LogsSendingStatus>
type LogsSendingStatus = struct
Public Structure LogsSendingStatus
Implements IEquatable(Of LogsSendingStatus)
Inheritance
LogsSendingStatus
Implements

Constructors

LogsSendingStatus(String)

Initializes a new instance of LogsSendingStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(LogsSendingStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(LogsSendingStatus, LogsSendingStatus)

Determines if two LogsSendingStatus values are the same.

Implicit(String to LogsSendingStatus)

Converts a string to a LogsSendingStatus.

Inequality(LogsSendingStatus, LogsSendingStatus)

Determines if two LogsSendingStatus values are not the same.

Applies to