Share via


LogicApiOperationAnnotationStatus Struct

Definition

The status annotation.

public readonly struct LogicApiOperationAnnotationStatus : IEquatable<Azure.ResourceManager.Logic.Models.LogicApiOperationAnnotationStatus>
type LogicApiOperationAnnotationStatus = struct
Public Structure LogicApiOperationAnnotationStatus
Implements IEquatable(Of LogicApiOperationAnnotationStatus)
Inheritance
LogicApiOperationAnnotationStatus
Implements

Constructors

LogicApiOperationAnnotationStatus(String)

Initializes a new instance of LogicApiOperationAnnotationStatus.

Properties

NotSpecified

NotSpecified.

Preview

Preview.

Production

Production.

Methods

Equals(LogicApiOperationAnnotationStatus)

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(LogicApiOperationAnnotationStatus, LogicApiOperationAnnotationStatus)

Determines if two LogicApiOperationAnnotationStatus values are the same.

Implicit(String to LogicApiOperationAnnotationStatus)

Converts a string to a LogicApiOperationAnnotationStatus.

Inequality(LogicApiOperationAnnotationStatus, LogicApiOperationAnnotationStatus)

Determines if two LogicApiOperationAnnotationStatus values are not the same.

Applies to