Share via


EnableNetAppSubvolume Struct

Definition

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