Freigeben über


IsolationMode Struktur

Definition

Isolationsmodus für das verwaltete Netzwerk eines Machine Learning-Arbeitsbereichs.

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

Konstruktoren

IsolationMode(String)

Initialisiert eine neue Instanz von IsolationMode.

Eigenschaften

AllowInternetOutbound

AllowInternetOutbound.

AllowOnlyApprovedOutbound

AllowOnlyApprovedOutbound.

Disabled

Deaktiviert.

Methoden

Equals(IsolationMode)

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

Bestimmt, ob zwei IsolationMode Werte gleich sind.

Implicit(String to IsolationMode)

Konvertiert eine Zeichenfolge in eine IsolationMode.

Inequality(IsolationMode, IsolationMode)

Bestimmt, ob zwei IsolationMode Werte nicht identisch sind.

Gilt für: