Partager via


IngressTransportMethod Structure

Définition

Protocole de transport d’entrée.

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

Constructeurs

IngressTransportMethod(String)

Initialise une nouvelle instance de IngressTransportMethod.

Propriétés

Auto

auto.

Http

http.

Http2

http2.

Méthodes

Equals(IngressTransportMethod)

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(IngressTransportMethod, IngressTransportMethod)

Détermine si deux IngressTransportMethod valeurs sont identiques.

Implicit(String to IngressTransportMethod)

Convertit une chaîne en IngressTransportMethod.

Inequality(IngressTransportMethod, IngressTransportMethod)

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

S’applique à