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

Name Description
ShareAccessProtocol(String)

Initializes a new instance of ShareAccessProtocol.

Properties

Name Description
Nfs

Gets the Nfs.

Smb

Gets the Smb.

Methods

Name Description
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

Name Description
Equality(ShareAccessProtocol, ShareAccessProtocol)

Determines if two ShareAccessProtocol values are the same.

Implicit(String to Nullable<ShareAccessProtocol>)
Implicit(String to ShareAccessProtocol)

Converts a string to a ShareAccessProtocol.

Inequality(ShareAccessProtocol, ShareAccessProtocol)

Determines if two ShareAccessProtocol values are not the same.

Applies to