Kind 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.
Définit des valeurs pour Kind.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.KindConverter))]
public struct Kind : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.Kind>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.KindConverter))>]
type Kind = struct
Public Structure Kind
Implements IEquatable(Of Kind)
- Héritage
-
Kind
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
- Implémente
Champs
Batch |
Ressource de topologie de pipeline Batch. |
Live |
Ressource de topologie de pipeline dynamique. |
Méthodes
Equals(Kind) |
Compare les énumérations de type Kind |
Equals(Object) |
Remplace l’opérateur Equals pour Kind |
GetHashCode() |
Retourne pour le type de code de hachage |
ToString() |
Retourne la représentation sous forme de chaîne pour Kind |
Opérateurs
Equality(Kind, Kind) |
Substitution de l’opérateur == pour le type d’énumération |
Implicit(Kind to String) |
Opérateur implicite pour convertir Kind en chaîne |
Implicit(String to Kind) |
Opérateur implicite pour convertir une chaîne en type |
Inequality(Kind, Kind) |
Substitution de l’opérateur != pour le type d’énumération |
S’applique à
Azure SDK for .NET