Share via


SapDeploymentType Struct

Definition

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

public readonly struct SapDeploymentType : IEquatable<Azure.ResourceManager.Workloads.Models.SapDeploymentType>
type SapDeploymentType = struct
Public Structure SapDeploymentType
Implements IEquatable(Of SapDeploymentType)
Inheritance
SapDeploymentType
Implements

Constructors

SapDeploymentType(String)

Initializes a new instance of SapDeploymentType.

Properties

SingleServer

SingleServer.

ThreeTier

ThreeTier.

Methods

Equals(SapDeploymentType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SapDeploymentType, SapDeploymentType)

Determines if two SapDeploymentType values are the same.

Implicit(String to SapDeploymentType)

Converts a string to a SapDeploymentType.

Inequality(SapDeploymentType, SapDeploymentType)

Determines if two SapDeploymentType values are not the same.

Applies to