LogsSendingStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET