Udostępnij przez


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

Name Description
LogicApiTier(String)

Initializes a new instance of LogicApiTier.

Properties

Name Description
Enterprise

Enterprise.

NotSpecified

NotSpecified.

Premium

Premium.

Standard

Standard.

Methods

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

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