OperationsInsightsStatusType 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.
Operations Insights status type enum.
public readonly struct OperationsInsightsStatusType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.OperationsInsightsStatusType>
type OperationsInsightsStatusType = struct
Public Structure OperationsInsightsStatusType
Implements IEquatable(Of OperationsInsightsStatusType)
- Inheritance
-
OperationsInsightsStatusType
- Implements
Constructors
OperationsInsightsStatusType(String) |
Initializes a new instance of OperationsInsightsStatusType. |
Properties
Disabling |
Disabling status. |
Enabled |
Enabled status. |
Enabling |
Enabling status. |
FailedDisabling |
FailedDisabling status. |
FailedEnabling |
FailedEnabling status. |
NotEnabled |
NotEnabled status. |
Methods
Equals(OperationsInsightsStatusType) |
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(OperationsInsightsStatusType, OperationsInsightsStatusType) |
Determines if two OperationsInsightsStatusType values are the same. |
Implicit(String to OperationsInsightsStatusType) |
Converts a string to a OperationsInsightsStatusType. |
Inequality(OperationsInsightsStatusType, OperationsInsightsStatusType) |
Determines if two OperationsInsightsStatusType values are not the same. |
Applies to
Azure SDK for .NET