Udostępnij za pośrednictwem


SapDeploymentType Struct

Definition

The type of SAP deployment, single server or Three tier.

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

Fields

SingleServer
ThreeTier

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

Equals(SapDeploymentType)

Compares values of enum type SapDeploymentType

GetHashCode()

Returns hashCode for enum SapDeploymentType

ToString()

Returns string representation for SapDeploymentType

Operators

Equality(SapDeploymentType, SapDeploymentType)

Overriding == operator for enum SapDeploymentType

Implicit(SapDeploymentType to String)

Implicit operator to convert SapDeploymentType to string

Implicit(String to SapDeploymentType)

Implicit operator to convert string to SapDeploymentType

Inequality(SapDeploymentType, SapDeploymentType)

Overriding != operator for enum SapDeploymentType

Applies to