ContainerAppData.PatchingMode Property

Definition

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)

Property Value

Applies to