Freigeben über


AppConfigurationPublicNetworkAccess Struktur

Definition

Steuern Sie die Berechtigung für Datenverkehr auf Datenebene, der aus öffentlichen Netzwerken stammt, während ein privater Endpunkt aktiviert ist.

public readonly struct AppConfigurationPublicNetworkAccess : IEquatable<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationPublicNetworkAccess>
type AppConfigurationPublicNetworkAccess = struct
Public Structure AppConfigurationPublicNetworkAccess
Implements IEquatable(Of AppConfigurationPublicNetworkAccess)
Vererbung
AppConfigurationPublicNetworkAccess
Implementiert

Konstruktoren

AppConfigurationPublicNetworkAccess(String)

Initialisiert eine neue Instanz von AppConfigurationPublicNetworkAccess.

Eigenschaften

Disabled

Deaktiviert.

Enabled

Aktiviert.

Methoden

Equals(AppConfigurationPublicNetworkAccess)

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

Bestimmt, ob zwei AppConfigurationPublicNetworkAccess Werte gleich sind.

Implicit(String to AppConfigurationPublicNetworkAccess)

Konvertiert eine Zeichenfolge in eine AppConfigurationPublicNetworkAccess.

Inequality(AppConfigurationPublicNetworkAccess, AppConfigurationPublicNetworkAccess)

Bestimmt, ob zwei AppConfigurationPublicNetworkAccess Werte nicht identisch sind.

Gilt für: