Udostępnij przez


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

Name Description
ComputeModel(String)

Initializes a new instance of ComputeModel.

Properties

Name Description
Ecpu

ECPU model type Serialized Name: ComputeModel.ECPU

Ocpu

OCPU model type Serialized Name: ComputeModel.OCPU

Methods

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

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