EntityParameterType 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.
Type de paramètre.
public readonly struct EntityParameterType : IEquatable<Azure.ResourceManager.DataFactory.Models.EntityParameterType>
type EntityParameterType = struct
Public Structure EntityParameterType
Implements IEquatable(Of EntityParameterType)
- Héritage
-
EntityParameterType
- Implémente
Constructeurs
EntityParameterType(String) |
Initialise une nouvelle instance de EntityParameterType. |
Propriétés
Array |
Array. |
Bool |
Valeur booléenne. |
Float |
Float. |
Int |
Int. |
Object |
Objet. |
SecureString |
Securestring. |
String |
Chaîne. |
Méthodes
Equals(EntityParameterType) |
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(EntityParameterType, EntityParameterType) |
Détermine si deux EntityParameterType valeurs sont identiques. |
Implicit(String to EntityParameterType) |
Convertit une chaîne en EntityParameterType. |
Inequality(EntityParameterType, EntityParameterType) |
Détermine si deux EntityParameterType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET