NetAppChownMode 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.
This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
public readonly struct NetAppChownMode : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppChownMode>
type NetAppChownMode = struct
Public Structure NetAppChownMode
Implements IEquatable(Of NetAppChownMode)
- Inheritance
-
NetAppChownMode
- Implements
Constructors
NetAppChownMode(String) |
Initializes a new instance of NetAppChownMode. |
Properties
Restricted |
Restricted. |
Unrestricted |
Unrestricted. |
Methods
Equals(NetAppChownMode) |
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(NetAppChownMode, NetAppChownMode) |
Determines if two NetAppChownMode values are the same. |
Implicit(String to NetAppChownMode) |
Converts a String to a NetAppChownMode. |
Inequality(NetAppChownMode, NetAppChownMode) |
Determines if two NetAppChownMode values are not the same. |
Applies to
Azure SDK for .NET