Freigeben über


DiskRedundancy Struct

Definition

Disk redundancy enum Serialized Name: DiskRedundancy

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

Constructors

Name Description
DiskRedundancy(String)

Initializes a new instance of DiskRedundancy.

Properties

Name Description
High

High redundancy Serialized Name: DiskRedundancy.High

Normal

Normal redundancy Serialized Name: DiskRedundancy.Normal

Methods

Name Description
Equals(DiskRedundancy)

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

Determines if two DiskRedundancy values are the same.

Implicit(String to DiskRedundancy)

Converts a string to a DiskRedundancy.

Inequality(DiskRedundancy, DiskRedundancy)

Determines if two DiskRedundancy values are not the same.

Applies to