你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SapDeploymentType Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapDeploymentTypeTypeConverter))]
public struct SapDeploymentType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapDeploymentType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.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