ShapeFamilyType Struct

Definition

Allowed values for shape family.

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

Constructors

Name Description
ShapeFamilyType(String)

Initializes a new instance of ShapeFamilyType.

Properties

Name Description
Exadata

Family value for Exadata Shape.

ExadbXS

Family value for Exadb XS Shape.

SingleNode

Family value for Single Node Shape.

VirtualMachine

Family value for Virtual Machine Shape.

Methods

Name Description
Equals(ShapeFamilyType)

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

Determines if two ShapeFamilyType values are the same.

Implicit(String to Nullable<ShapeFamilyType>)
Implicit(String to ShapeFamilyType)

Converts a string to a ShapeFamilyType.

Inequality(ShapeFamilyType, ShapeFamilyType)

Determines if two ShapeFamilyType values are not the same.

Applies to