NetworkIPAllocationMethod 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.
IP-Adresszuordnungsmethode.
public readonly struct NetworkIPAllocationMethod : IEquatable<Azure.ResourceManager.Network.Models.NetworkIPAllocationMethod>
type NetworkIPAllocationMethod = struct
Public Structure NetworkIPAllocationMethod
Implements IEquatable(Of NetworkIPAllocationMethod)
- Vererbung
-
NetworkIPAllocationMethod
- Implementiert
Konstruktoren
NetworkIPAllocationMethod(String) |
Initialisiert eine neue Instanz von NetworkIPAllocationMethod. |
Eigenschaften
Dynamic |
Dynamisch: |
Static |
Statisch. |
Methoden
Equals(NetworkIPAllocationMethod) |
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(NetworkIPAllocationMethod, NetworkIPAllocationMethod) |
Bestimmt, ob zwei NetworkIPAllocationMethod Werte gleich sind. |
Implicit(String to NetworkIPAllocationMethod) |
Konvertiert eine Zeichenfolge in eine NetworkIPAllocationMethod. |
Inequality(NetworkIPAllocationMethod, NetworkIPAllocationMethod) |
Bestimmt, ob zwei NetworkIPAllocationMethod Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET