Share via


SmbNonBrowsable Struct

Definition

Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume.

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

Constructors

SmbNonBrowsable(String)

Initializes a new instance of SmbNonBrowsable.

Properties

Disabled

smbNonBrowsable share setting is disabled.

Enabled

smbNonBrowsable share setting is enabled.

Methods

Equals(SmbNonBrowsable)

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

Determines if two SmbNonBrowsable values are the same.

Implicit(String to SmbNonBrowsable)

Converts a string to a SmbNonBrowsable.

Inequality(SmbNonBrowsable, SmbNonBrowsable)

Determines if two SmbNonBrowsable values are not the same.

Applies to