次の方法で共有


OperationsInsightsStatusType Struct

Definition

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