Partager via


LogicApiType Structure

Définition

The LogicApiType.

public readonly struct LogicApiType : IEquatable<Azure.ResourceManager.Logic.Models.LogicApiType>
type LogicApiType = struct
Public Structure LogicApiType
Implements IEquatable(Of LogicApiType)
Héritage
LogicApiType
Implémente

Constructeurs

LogicApiType(String)

Initialise une nouvelle instance de LogicApiType.

Propriétés

NotSpecified

Non spécifié.

Rest

Reste.

Soap

Savon.

Méthodes

Equals(LogicApiType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(LogicApiType, LogicApiType)

Détermine si deux LogicApiType valeurs sont identiques.

Implicit(String to LogicApiType)

Convertit une chaîne en LogicApiType.

Inequality(LogicApiType, LogicApiType)

Détermine si deux LogicApiType valeurs ne sont pas identiques.

S’applique à