SendingLogsStatus 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.
Flag indicating the status of the resource for sending logs operation to Elastic.
public readonly struct SendingLogsStatus : IEquatable<Azure.ResourceManager.Elastic.Models.SendingLogsStatus>
type SendingLogsStatus = struct
Public Structure SendingLogsStatus
Implements IEquatable(Of SendingLogsStatus)
- Inheritance
-
SendingLogsStatus
- Implements
Constructors
SendingLogsStatus(String) |
Initializes a new instance of SendingLogsStatus. |
Properties
False |
False. |
True |
True. |
Methods
Equals(SendingLogsStatus) |
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(SendingLogsStatus, SendingLogsStatus) |
Determines if two SendingLogsStatus values are the same. |
Implicit(String to SendingLogsStatus) |
Converts a String to a SendingLogsStatus. |
Inequality(SendingLogsStatus, SendingLogsStatus) |
Determines if two SendingLogsStatus values are not the same. |
Applies to
Azure SDK for .NET