SapEnvironmentType 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.
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
Azure SDK for .NET