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