Delen via


SapInstanceEnvironment Struct

Definition

The Environment; PRD, QA, DEV, etc to which SAP system belongs to. Select from the list of available dropdown values.

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

Constructors

SapInstanceEnvironment(String)

Initializes a new instance of SapInstanceEnvironment.

Properties

Development

The type of Sap Instance Environment- Development.

DisasterRecovery

The type of Sap Instance Environment- DisasterRecovery.

PreProduction

The type of Sap Instance Environment- PreProduction.

Production

The type of Sap Instance Environment- Production.

QualityAssurance

The type of Sap Instance Environment- QualityAssurance.

Sandbox

The type of Sap Instance Environment- Sandbox.

Test

The type of Sap Instance Environment- Test.

Training

The type of Sap Instance Environment- Training.

Methods

Equals(SapInstanceEnvironment)

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(SapInstanceEnvironment, SapInstanceEnvironment)

Determines if two SapInstanceEnvironment values are the same.

Implicit(String to SapInstanceEnvironment)

Converts a string to a SapInstanceEnvironment.

Inequality(SapInstanceEnvironment, SapInstanceEnvironment)

Determines if two SapInstanceEnvironment values are not the same.

Applies to