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