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