Udostępnij za pośrednictwem


SapSoftwareInstallationType Struct

Definition

The SAP software installation Type.

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

Fields

External
SapInstallWithoutOsconfig
ServiceInitiated

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 SapSoftwareInstallationType (override for Object)

Equals(SapSoftwareInstallationType)

Compares values of enum type SapSoftwareInstallationType

GetHashCode()

Returns hashCode for enum SapSoftwareInstallationType

ToString()

Returns string representation for SapSoftwareInstallationType

Operators

Equality(SapSoftwareInstallationType, SapSoftwareInstallationType)

Overriding == operator for enum SapSoftwareInstallationType

Implicit(SapSoftwareInstallationType to String)

Implicit operator to convert SapSoftwareInstallationType to string

Implicit(String to SapSoftwareInstallationType)

Implicit operator to convert string to SapSoftwareInstallationType

Inequality(SapSoftwareInstallationType, SapSoftwareInstallationType)

Overriding != operator for enum SapSoftwareInstallationType

Applies to