Share via


SapDatabaseType Struct

Definition

Defines the supported SAP Database types.

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

Constructors

SapDatabaseType(String)

Initializes a new instance of SapDatabaseType.

Properties

DB2

DB2.

Hana

HANA.

Methods

Equals(SapDatabaseType)

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

Determines if two SapDatabaseType values are the same.

Implicit(String to SapDatabaseType)

Converts a string to a SapDatabaseType.

Inequality(SapDatabaseType, SapDatabaseType)

Determines if two SapDatabaseType values are not the same.

Applies to