Freigeben über


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

Name Description
EnableNetAppSubvolume(String)

Initializes a new instance of EnableNetAppSubvolume.

Properties

Name Description
Disabled

subvolumes are not enabled.

Enabled

subvolumes are enabled.

Methods

Name Description
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

Name Description
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