Compartir a través de


BreakthroughMode Struct

Definition

Specifies whether the volume operates in Breakthrough Mode. When set to 'Enabled', the volume runs on the resources configured for this mode, delivering improved performance and higher throughput. If set to 'Disabled' or omitted, the volume uses the basic configuration. This feature is available only in regions where it’s been configured and first-time users must finish onboarding prior to using Breakthrough Mode.

public readonly struct BreakthroughMode : IEquatable<Azure.ResourceManager.NetApp.Models.BreakthroughMode>
type BreakthroughMode = struct
Public Structure BreakthroughMode
Implements IEquatable(Of BreakthroughMode)
Inheritance
BreakthroughMode
Implements

Constructors

Name Description
BreakthroughMode(String)

Initializes a new instance of BreakthroughMode.

Properties

Name Description
Disabled

The volume uses configuration that provides basic performance and throughput.

Enabled

The volume runs on the resources configured for Breakthrough mode which ensures consistent high performance and a higher throughput.

Methods

Name Description
Equals(BreakthroughMode)

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(BreakthroughMode, BreakthroughMode)

Determines if two BreakthroughMode values are the same.

Implicit(String to BreakthroughMode)

Converts a String to a BreakthroughMode.

Inequality(BreakthroughMode, BreakthroughMode)

Determines if two BreakthroughMode values are not the same.

Applies to