ComputeModel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET