다음을 통해 공유


FileShareEnabledProtocol Struct

Definition

The authentication protocol that is used for the file share. Can only be specified when creating a share.

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

Constructors

FileShareEnabledProtocol(String)

Initializes a new instance of FileShareEnabledProtocol.

Properties

Nfs

NFS.

Smb

SMB.

Methods

Equals(FileShareEnabledProtocol)

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

Equality(FileShareEnabledProtocol, FileShareEnabledProtocol)

Determines if two FileShareEnabledProtocol values are the same.

Implicit(String to FileShareEnabledProtocol)

Converts a string to a FileShareEnabledProtocol.

Inequality(FileShareEnabledProtocol, FileShareEnabledProtocol)

Determines if two FileShareEnabledProtocol values are not the same.

Applies to