InboundSecurityRulesProtocol Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Protocol (Protokoll). Dies sollte entweder TCP oder UDP sein.
public readonly struct InboundSecurityRulesProtocol : IEquatable<Azure.ResourceManager.Network.Models.InboundSecurityRulesProtocol>
type InboundSecurityRulesProtocol = struct
Public Structure InboundSecurityRulesProtocol
Implements IEquatable(Of InboundSecurityRulesProtocol)
- Vererbung
-
InboundSecurityRulesProtocol
- Implementiert
Konstruktoren
InboundSecurityRulesProtocol(String) |
Initialisiert eine neue Instanz von InboundSecurityRulesProtocol. |
Eigenschaften
Tcp |
TCP. |
Udp |
UDP. |
Methoden
Equals(InboundSecurityRulesProtocol) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(InboundSecurityRulesProtocol, InboundSecurityRulesProtocol) |
Bestimmt, ob zwei InboundSecurityRulesProtocol Werte identisch sind. |
Implicit(String to InboundSecurityRulesProtocol) |
Konvertiert eine Zeichenfolge in eine InboundSecurityRulesProtocol. |
Inequality(InboundSecurityRulesProtocol, InboundSecurityRulesProtocol) |
Bestimmt, ob zwei InboundSecurityRulesProtocol Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET