Udostępnij za pośrednictwem


SapProductType Struct

Definition

Defines the SAP Product type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapProductTypeTypeConverter))]
public struct SapProductType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapProductType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapProductTypeTypeConverter))>]
type SapProductType = struct
    interface IArgumentCompleter
Public Structure SapProductType
Implements IArgumentCompleter, IEquatable(Of SapProductType)
Inheritance
SapProductType
Attributes
Implements

Fields

Ecc
Other
S4Hana

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type SapProductType (override for Object)

Equals(SapProductType)

Compares values of enum type SapProductType

GetHashCode()

Returns hashCode for enum SapProductType

ToString()

Returns string representation for SapProductType

Operators

Equality(SapProductType, SapProductType)

Overriding == operator for enum SapProductType

Implicit(SapProductType to String)

Implicit operator to convert SapProductType to string

Implicit(String to SapProductType)

Implicit operator to convert string to SapProductType

Inequality(SapProductType, SapProductType)

Overriding != operator for enum SapProductType

Applies to