다음을 통해 공유


WorkloadType Struct

Definition

WorkloadType enum Serialized Name: WorkloadType

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

Constructors

WorkloadType(String)

Initializes a new instance of WorkloadType.

Properties

AJD

AJD - indicates an Autonomous JSON Database Serialized Name: WorkloadType.AJD

Apex

APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type. Serialized Name: WorkloadType.APEX

DW

DW - indicates an Autonomous Data Warehouse database Serialized Name: WorkloadType.DW

Oltp

OLTP - indicates an Autonomous Transaction Processing database Serialized Name: WorkloadType.OLTP

Methods

Equals(WorkloadType)

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

Determines if two WorkloadType values are the same.

Implicit(String to WorkloadType)

Converts a string to a WorkloadType.

Inequality(WorkloadType, WorkloadType)

Determines if two WorkloadType values are not the same.

Applies to