Condividi tramite


FileShareProtocol Struct

Definition

Protocol enum.

public readonly struct FileShareProtocol : IEquatable<Azure.ResourceManager.FileShares.Models.FileShareProtocol>
type FileShareProtocol = struct
Public Structure FileShareProtocol
Implements IEquatable(Of FileShareProtocol)
Inheritance
FileShareProtocol
Implements

Constructors

Name Description
FileShareProtocol(String)

Initializes a new instance of FileShareProtocol.

Properties

Name Description
Nfs

NFS protocol.

Methods

Name Description
Equals(FileShareProtocol)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(FileShareProtocol, FileShareProtocol)

Determines if two FileShareProtocol values are the same.

Implicit(String to FileShareProtocol)

Converts a string to a FileShareProtocol.

Implicit(String to Nullable<FileShareProtocol>)
Inequality(FileShareProtocol, FileShareProtocol)

Determines if two FileShareProtocol values are not the same.

Applies to