SapDatabaseType Struct

Definition

Defines the supported SAP Database types.

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

Constructors

Name Description
SapDatabaseType(String)

Initializes a new instance of SapDatabaseType.

Properties

Name Description
DB2

DB2 database type of the SAP system.

Hana

HANA Database type of SAP system.

Methods

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

Name Description
Equality(SapDatabaseType, SapDatabaseType)

Determines if two SapDatabaseType values are the same.

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

Converts a string to a SapDatabaseType.

Inequality(SapDatabaseType, SapDatabaseType)

Determines if two SapDatabaseType values are not the same.

Applies to