Freigeben über


AppInstanceHttpSchemeType Struktur

Definition

Schema, das zum Herstellen einer Verbindung mit dem Host verwendet werden soll. Der Standardwert ist HTTP.

Mögliche Enumerationswerte:

  • "HTTP" bedeutet, dass das verwendete Schema http://
  • "HTTPS" bedeutet, dass das verwendete Schema https://
public readonly struct AppInstanceHttpSchemeType : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppInstanceHttpSchemeType>
type AppInstanceHttpSchemeType = struct
Public Structure AppInstanceHttpSchemeType
Implements IEquatable(Of AppInstanceHttpSchemeType)
Vererbung
AppInstanceHttpSchemeType
Implementiert

Konstruktoren

AppInstanceHttpSchemeType(String)

Initialisiert eine neue Instanz von AppInstanceHttpSchemeType.

Eigenschaften

Http

HTTP.

Https

HTTPS

Methoden

Equals(AppInstanceHttpSchemeType)

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(AppInstanceHttpSchemeType, AppInstanceHttpSchemeType)

Bestimmt, ob zwei AppInstanceHttpSchemeType Werte gleich sind.

Implicit(String to AppInstanceHttpSchemeType)

Konvertiert eine Zeichenfolge in eine AppInstanceHttpSchemeType.

Inequality(AppInstanceHttpSchemeType, AppInstanceHttpSchemeType)

Bestimmt, ob zwei AppInstanceHttpSchemeType Werte nicht identisch sind.

Gilt für: