Share via


SapProductType Struct

Definition

Defines the SAP Product type.

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

Constructors

SapProductType(String)

Initializes a new instance of SapProductType.

Properties

Ecc

ECC.

Other

Other.

S4Hana

S4HANA.

Methods

Equals(SapProductType)

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

Determines if two SapProductType values are the same.

Implicit(String to SapProductType)

Converts a string to a SapProductType.

Inequality(SapProductType, SapProductType)

Determines if two SapProductType values are not the same.

Applies to