Compartilhar 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

Name Description
SapDatabaseType(String)

Initializes a new instance of SapDatabaseType.

Properties

Name Description
DB2

DB2.

Hana

HANA.

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

Converts a string to a SapDatabaseType.

Inequality(SapDatabaseType, SapDatabaseType)

Determines if two SapDatabaseType values are not the same.

Applies to