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