Condividi tramite


LogicApiTier Struct

Definition

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