Aracılığıyla paylaş


ShareAccessProtocol Struct

Definition

Access protocol to be used by the share.

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

Constructors

ShareAccessProtocol(String)

Initializes a new instance of ShareAccessProtocol.

Properties

Nfs

NFS.

Smb

SMB.

Methods

Equals(ShareAccessProtocol)

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

Determines if two ShareAccessProtocol values are the same.

Implicit(String to ShareAccessProtocol)

Converts a string to a ShareAccessProtocol.

Inequality(ShareAccessProtocol, ShareAccessProtocol)

Determines if two ShareAccessProtocol values are not the same.

Applies to