NetAppVolumeSecurityStyle 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.
The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol.
public readonly struct NetAppVolumeSecurityStyle : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppVolumeSecurityStyle>
type NetAppVolumeSecurityStyle = struct
Public Structure NetAppVolumeSecurityStyle
Implements IEquatable(Of NetAppVolumeSecurityStyle)
- Inheritance
-
NetAppVolumeSecurityStyle
- Implements
Constructors
| NetAppVolumeSecurityStyle(String) |
Initializes a new instance of NetAppVolumeSecurityStyle. |
Properties
| Ntfs |
ntfs. |
| Unix |
unix. |
Methods
| Equals(NetAppVolumeSecurityStyle) |
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(NetAppVolumeSecurityStyle, NetAppVolumeSecurityStyle) |
Determines if two NetAppVolumeSecurityStyle values are the same. |
| Implicit(String to NetAppVolumeSecurityStyle) |
Converts a String to a NetAppVolumeSecurityStyle. |
| Inequality(NetAppVolumeSecurityStyle, NetAppVolumeSecurityStyle) |
Determines if two NetAppVolumeSecurityStyle values are not the same. |