IPAllocationType 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.
Der Typ der IP-Adresszuordnung, standardmäßig auf "DualStack".
public readonly struct IPAllocationType : IEquatable<Azure.ResourceManager.NetworkCloud.Models.IPAllocationType>
type IPAllocationType = struct
Public Structure IPAllocationType
Implements IEquatable(Of IPAllocationType)
- Vererbung
-
IPAllocationType
- Implementiert
Konstruktoren
IPAllocationType(String) |
Initialisiert eine neue Instanz von IPAllocationType. |
Eigenschaften
DualStack |
DualStack. |
IPV4 |
IPV4. |
IPV6 |
IPV6. |
Methoden
Equals(IPAllocationType) |
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(IPAllocationType, IPAllocationType) |
Bestimmt, ob zwei IPAllocationType Werte identisch sind. |
Implicit(String to IPAllocationType) |
Konvertiert eine Zeichenfolge in eine IPAllocationType. |
Inequality(IPAllocationType, IPAllocationType) |
Bestimmt, ob zwei IPAllocationType Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET