次の方法で共有


ComputeModel Struct

Definition

Compute model enum Serialized Name: ComputeModel

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

Constructors

ComputeModel(String)

Initializes a new instance of ComputeModel.

Properties

Ecpu

ECPU model type Serialized Name: ComputeModel.ECPU

Ocpu

OCPU model type Serialized Name: ComputeModel.OCPU

Methods

Equals(ComputeModel)

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

Determines if two ComputeModel values are the same.

Implicit(String to ComputeModel)

Converts a string to a ComputeModel.

Inequality(ComputeModel, ComputeModel)

Determines if two ComputeModel values are not the same.

Applies to