EnableNetAppSubvolume 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.
Flag indicating whether subvolume operations are enabled on the volume.
public readonly struct EnableNetAppSubvolume : IEquatable<Azure.ResourceManager.NetApp.Models.EnableNetAppSubvolume>
type EnableNetAppSubvolume = struct
Public Structure EnableNetAppSubvolume
Implements IEquatable(Of EnableNetAppSubvolume)
- Inheritance
-
EnableNetAppSubvolume
- Implements
Constructors
EnableNetAppSubvolume(String) |
Initializes a new instance of EnableNetAppSubvolume. |
Properties
Disabled |
subvolumes are not enabled. |
Enabled |
subvolumes are enabled. |
Methods
Equals(EnableNetAppSubvolume) |
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(EnableNetAppSubvolume, EnableNetAppSubvolume) |
Determines if two EnableNetAppSubvolume values are the same. |
Implicit(String to EnableNetAppSubvolume) |
Converts a String to a EnableNetAppSubvolume. |
Inequality(EnableNetAppSubvolume, EnableNetAppSubvolume) |
Determines if two EnableNetAppSubvolume values are not the same. |
Applies to
Azure SDK for .NET