PatchSkipConfig Class
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.
The configuration for patcher to skip a patch or not.
public class PatchSkipConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.PatchSkipConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.PatchSkipConfig>
type PatchSkipConfig = class
interface IJsonModel<PatchSkipConfig>
interface IPersistableModel<PatchSkipConfig>
Public Class PatchSkipConfig
Implements IJsonModel(Of PatchSkipConfig), IPersistableModel(Of PatchSkipConfig)
- Inheritance
-
PatchSkipConfig
- Implements
Constructors
| Name | Description |
|---|---|
| PatchSkipConfig() |
Initializes a new instance of PatchSkipConfig. |
Properties
| Name | Description |
|---|---|
| ShouldSkip |
The flag to indicate whether to skip the patch or not. |