NewRelicObservabilitySendingLogsStatus 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 NewRelicObservabilitySendingLogsStatus : IEquatable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilitySendingLogsStatus>
type NewRelicObservabilitySendingLogsStatus = struct
Public Structure NewRelicObservabilitySendingLogsStatus
Implements IEquatable(Of NewRelicObservabilitySendingLogsStatus)
- Inheritance
-
NewRelicObservabilitySendingLogsStatus
- Implements
Constructors
NewRelicObservabilitySendingLogsStatus(String) |
Initializes a new instance of NewRelicObservabilitySendingLogsStatus. |
Properties
IsDisabled |
Disabled. |
IsEnabled |
Enabled. |
Methods
Equals(NewRelicObservabilitySendingLogsStatus) |
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(NewRelicObservabilitySendingLogsStatus, NewRelicObservabilitySendingLogsStatus) |
Determines if two NewRelicObservabilitySendingLogsStatus values are the same. |
Implicit(String to NewRelicObservabilitySendingLogsStatus) |
Converts a string to a NewRelicObservabilitySendingLogsStatus. |
Inequality(NewRelicObservabilitySendingLogsStatus, NewRelicObservabilitySendingLogsStatus) |
Determines if two NewRelicObservabilitySendingLogsStatus values are not the same. |
Applies to
Azure SDK for .NET