Freigeben über


FileShareEnabledProtocol Struktur

Definition

Das Authentifizierungsprotokoll, das für die Dateifreigabe verwendet wird. Kann nur beim Erstellen einer Freigabe angegeben werden.

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

Konstruktoren

FileShareEnabledProtocol(String)

Initialisiert eine neue Instanz von FileShareEnabledProtocol.

Eigenschaften

Nfs

NFS.

Smb

SMB.

Methoden

Equals(FileShareEnabledProtocol)

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

Bestimmt, ob zwei FileShareEnabledProtocol Werte identisch sind.

Implicit(String to FileShareEnabledProtocol)

Konvertiert eine Zeichenfolge in eine FileShareEnabledProtocol.

Inequality(FileShareEnabledProtocol, FileShareEnabledProtocol)

Bestimmt, ob zwei FileShareEnabledProtocol Werte nicht identisch sind.

Gilt für: