ContainerAppData.PatchingMode 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.
Patching mode for the container app. Null or default in this field will be interpreted as Automatic by RP. Automatic mode will automatically apply available patches. Manual mode will require the user to manually apply patches. Disabled mode will stop patch detection and auto patching.
public Azure.ResourceManager.AppContainers.Models.PatchingMode? PatchingMode { get; set; }
member this.PatchingMode : Nullable<Azure.ResourceManager.AppContainers.Models.PatchingMode> with get, set
Public Property PatchingMode As Nullable(Of PatchingMode)