FirewallPolicyRuleNetworkProtocol 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.
Das Netzwerkprotokoll einer Regel.
public readonly struct FirewallPolicyRuleNetworkProtocol : IEquatable<Azure.ResourceManager.Network.Models.FirewallPolicyRuleNetworkProtocol>
type FirewallPolicyRuleNetworkProtocol = struct
Public Structure FirewallPolicyRuleNetworkProtocol
Implements IEquatable(Of FirewallPolicyRuleNetworkProtocol)
- Vererbung
-
FirewallPolicyRuleNetworkProtocol
- Implementiert
Konstruktoren
FirewallPolicyRuleNetworkProtocol(String) |
Initialisiert eine neue Instanz von FirewallPolicyRuleNetworkProtocol. |
Eigenschaften
Any |
Alle. |
Icmp |
ICMP. |
Tcp |
TCP. |
Udp |
UDP. |
Methoden
Equals(FirewallPolicyRuleNetworkProtocol) |
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(FirewallPolicyRuleNetworkProtocol, FirewallPolicyRuleNetworkProtocol) |
Bestimmt, ob zwei FirewallPolicyRuleNetworkProtocol Werte gleich sind. |
Implicit(String to FirewallPolicyRuleNetworkProtocol) |
Konvertiert eine Zeichenfolge in eine FirewallPolicyRuleNetworkProtocol. |
Inequality(FirewallPolicyRuleNetworkProtocol, FirewallPolicyRuleNetworkProtocol) |
Bestimmt, ob zwei FirewallPolicyRuleNetworkProtocol Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET