LogicApiTier 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 Api tier.
public readonly struct LogicApiTier : IEquatable<Azure.ResourceManager.Logic.Models.LogicApiTier>
type LogicApiTier = struct
Public Structure LogicApiTier
Implements IEquatable(Of LogicApiTier)
- Inheritance
-
LogicApiTier
- Implements
Constructors
LogicApiTier(String) |
Initializes a new instance of LogicApiTier. |
Properties
Enterprise |
Enterprise. |
NotSpecified |
NotSpecified. |
Premium |
Premium. |
Standard |
Standard. |
Methods
Equals(LogicApiTier) |
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(LogicApiTier, LogicApiTier) |
Determines if two LogicApiTier values are the same. |
Implicit(String to LogicApiTier) |
Converts a String to a LogicApiTier. |
Inequality(LogicApiTier, LogicApiTier) |
Determines if two LogicApiTier values are not the same. |
Applies to
Azure SDK for .NET