Partager via


ActionType Structure

Définition

Définit des valeurs pour ActionType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ActionTypeConverter))]
public struct ActionType : IEquatable<Microsoft.Azure.Management.Media.Models.ActionType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ActionTypeConverter))>]
type ActionType = struct
Public Structure ActionType
Implements IEquatable(Of ActionType)
Héritage
ActionType
Attributs
Newtonsoft.Json.JsonConverterAttribute
Implémente

Champs

Internal

Action interne.

Méthodes

Equals(ActionType)

Compare les énumérations de type ActionType

Equals(Object)

Remplace l’opérateur Equals pour ActionType

GetHashCode()

Retourne pour hashCode ActionType

ToString()

Retourne une représentation sous forme de chaîne pour ActionType

Opérateurs

Equality(ActionType, ActionType)

Substitution de l’opérateur == pour l’énumération ActionType

Implicit(ActionType to String)

Opérateur implicite pour convertir ActionType en chaîne

Implicit(String to ActionType)

Opérateur implicite pour convertir une chaîne en ActionType

Inequality(ActionType, ActionType)

Substitution de l’opérateur != pour enum ActionType

S’applique à