FileShareEnabledProtocol Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET