LogicApiOperationAnnotationStatus 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.
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
Azure SDK for .NET