LogicApiType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET