ManagedEnvironmentMode 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.
Mode of the managed environment.
public readonly struct ManagedEnvironmentMode : IEquatable<Azure.ResourceManager.AppContainers.Models.ManagedEnvironmentMode>
type ManagedEnvironmentMode = struct
Public Structure ManagedEnvironmentMode
Implements IEquatable(Of ManagedEnvironmentMode)
- Inheritance
-
ManagedEnvironmentMode
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedEnvironmentMode(String) |
Initializes a new instance of ManagedEnvironmentMode. |
Properties
| Name | Description |
|---|---|
| Archived |
The environment is archived. |
| ConsumptionOnly |
The environment supports consumption-only workloads. |
| Express |
The environment uses the Express mode. |
| WorkloadProfiles |
The environment supports workload profiles. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedEnvironmentMode) |
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
| Name | Description |
|---|---|
| Equality(ManagedEnvironmentMode, ManagedEnvironmentMode) |
Determines if two ManagedEnvironmentMode values are the same. |
| Implicit(String to ManagedEnvironmentMode) |
Converts a string to a ManagedEnvironmentMode. |
| Implicit(String to Nullable<ManagedEnvironmentMode>) | |
| Inequality(ManagedEnvironmentMode, ManagedEnvironmentMode) |
Determines if two ManagedEnvironmentMode values are not the same. |