NetworkHttpConfigurationMethod 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.
Die zu verwendende HTTP-Methode.
public readonly struct NetworkHttpConfigurationMethod : IEquatable<Azure.ResourceManager.Network.Models.NetworkHttpConfigurationMethod>
type NetworkHttpConfigurationMethod = struct
Public Structure NetworkHttpConfigurationMethod
Implements IEquatable(Of NetworkHttpConfigurationMethod)
- Vererbung
-
NetworkHttpConfigurationMethod
- Implementiert
Konstruktoren
NetworkHttpConfigurationMethod(String) |
Initialisiert eine neue Instanz von NetworkHttpConfigurationMethod. |
Eigenschaften
Get |
Erhalten. |
Post |
Bereitstellen. |
Methoden
Equals(NetworkHttpConfigurationMethod) |
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(NetworkHttpConfigurationMethod, NetworkHttpConfigurationMethod) |
Bestimmt, ob zwei NetworkHttpConfigurationMethod Werte gleich sind. |
Implicit(String to NetworkHttpConfigurationMethod) |
Konvertiert eine Zeichenfolge in eine NetworkHttpConfigurationMethod. |
Inequality(NetworkHttpConfigurationMethod, NetworkHttpConfigurationMethod) |
Bestimmt, ob zwei NetworkHttpConfigurationMethod Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET