다음을 통해 공유


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

Name Description
LogicApiOperationAnnotationStatus(String)

Initializes a new instance of LogicApiOperationAnnotationStatus.

Properties

Name Description
NotSpecified

NotSpecified.

Preview

Preview.

Production

Production.

Methods

Name Description
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

Name Description
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