SapInstanceType 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.
The SAP instance type running on this machine, e.g., App, ASCS, DB, etc. Select from the list of available dropdown values. Only single server and distributed architectures are supported.
public readonly struct SapInstanceType : IEquatable<Azure.ResourceManager.MigrationDiscoverySap.Models.SapInstanceType>
type SapInstanceType = struct
Public Structure SapInstanceType
Implements IEquatable(Of SapInstanceType)
- Inheritance
-
SapInstanceType
- Implements
Constructors
SapInstanceType(String) |
Initializes a new instance of SapInstanceType. |
Properties
App |
The type of Sap Instance- APP. |
Ascs |
The type of Sap Instance- ASCS. |
DB |
The type of Sap Instance- DB. |
Scs |
The type of Sap Instance- SCS. |
Webdisp |
The type of Sap Instance- WEBDISP. |
Methods
Equals(SapInstanceType) |
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(SapInstanceType, SapInstanceType) |
Determines if two SapInstanceType values are the same. |
Implicit(String to SapInstanceType) |
Converts a string to a SapInstanceType. |
Inequality(SapInstanceType, SapInstanceType) |
Determines if two SapInstanceType values are not the same. |