SapProductType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the SAP Product type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapProductTypeTypeConverter))]
public struct SapProductType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapProductType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.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 |