SmbAccessBasedEnumeration 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 access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume.
public readonly struct SmbAccessBasedEnumeration : IEquatable<Azure.ResourceManager.NetApp.Models.SmbAccessBasedEnumeration>
type SmbAccessBasedEnumeration = struct
Public Structure SmbAccessBasedEnumeration
Implements IEquatable(Of SmbAccessBasedEnumeration)
- Inheritance
-
SmbAccessBasedEnumeration
- Implements
Constructors
| Name | Description |
|---|---|
| SmbAccessBasedEnumeration(String) |
Initializes a new instance of SmbAccessBasedEnumeration. |
Properties
| Name | Description |
|---|---|
| Disabled |
smbAccessBasedEnumeration share setting is disabled. |
| Enabled |
smbAccessBasedEnumeration share setting is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(SmbAccessBasedEnumeration) |
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(SmbAccessBasedEnumeration, SmbAccessBasedEnumeration) |
Determines if two SmbAccessBasedEnumeration values are the same. |
| Implicit(String to SmbAccessBasedEnumeration) |
Converts a String to a SmbAccessBasedEnumeration. |
| Inequality(SmbAccessBasedEnumeration, SmbAccessBasedEnumeration) |
Determines if two SmbAccessBasedEnumeration values are not the same. |