你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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