Share via


SapEnvironmentType Struct

Definition

Defines the environment type - Production/Non Production.

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

Constructors

SapEnvironmentType(String)

Initializes a new instance of SapEnvironmentType.

Properties

NonProd

NonProd.

Prod

Prod.

Methods

Equals(SapEnvironmentType)

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

Determines if two SapEnvironmentType values are the same.

Implicit(String to SapEnvironmentType)

Converts a string to a SapEnvironmentType.

Inequality(SapEnvironmentType, SapEnvironmentType)

Determines if two SapEnvironmentType values are not the same.

Applies to