ContainerAppManagedEnvironmentData.EnvironmentMode Property
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 environment. Allowed Values: 'ConsumptionOnly', 'WorkloadProfiles', 'Express', 'Archived'.
public Azure.ResourceManager.AppContainers.Models.ManagedEnvironmentMode? EnvironmentMode { get; set; }
member this.EnvironmentMode : Nullable<Azure.ResourceManager.AppContainers.Models.ManagedEnvironmentMode> with get, set
Public Property EnvironmentMode As Nullable(Of ManagedEnvironmentMode)