SmbNonBrowsable 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.
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
| Name | Description |
|---|---|
| SmbNonBrowsable(String) |
Initializes a new instance of SmbNonBrowsable. |
Properties
| Name | Description |
|---|---|
| Disabled |
smbNonBrowsable share setting is disabled. |
| Enabled |
smbNonBrowsable share setting is enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |