PatchingMode 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.
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 readonly struct PatchingMode : IEquatable<Azure.ResourceManager.AppContainers.Models.PatchingMode>
type PatchingMode = struct
Public Structure PatchingMode
Implements IEquatable(Of PatchingMode)
- Inheritance
-
PatchingMode
- Implements
Constructors
| Name | Description |
|---|---|
| PatchingMode(String) |
Initializes a new instance of PatchingMode. |
Properties
| Name | Description |
|---|---|
| Automatic |
Automatic. |
| Disabled |
Disabled. |
| Manual |
Manual. |
Methods
| Name | Description |
|---|---|
| Equals(PatchingMode) |
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(PatchingMode, PatchingMode) |
Determines if two PatchingMode values are the same. |
| Implicit(String to Nullable<PatchingMode>) | |
| Implicit(String to PatchingMode) |
Converts a string to a PatchingMode. |
| Inequality(PatchingMode, PatchingMode) |
Determines if two PatchingMode values are not the same. |