Freigeben über


StorageVolumePerformanceMode Struct

Definition

Storage volume performance mode.

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

Constructors

Name Description
StorageVolumePerformanceMode(String)

Initializes a new instance of StorageVolumePerformanceMode.

Properties

Name Description
Balanced

With this option, you are purchasing 10 VPUs per GB/month. For more information, including specific throughput and IOPS performance numbers for various volume sizes.

HighPerformance

With this option, you are purchasing 20 VPUs per GB/month. For more information, including specific throughput and IOPS performance numbers for various volume sizes.

Methods

Name Description
Equals(StorageVolumePerformanceMode)

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

Determines if two StorageVolumePerformanceMode values are the same.

Implicit(String to StorageVolumePerformanceMode)

Converts a String to a StorageVolumePerformanceMode.

Inequality(StorageVolumePerformanceMode, StorageVolumePerformanceMode)

Determines if two StorageVolumePerformanceMode values are not the same.

Applies to