PatchDetails 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 detailed info of patch operation performing when applying a patch.
public class PatchDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.PatchDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.PatchDetails>
type PatchDetails = class
interface IJsonModel<PatchDetails>
interface IPersistableModel<PatchDetails>
Public Class PatchDetails
Implements IJsonModel(Of PatchDetails), IPersistableModel(Of PatchDetails)
- Inheritance
-
PatchDetails
- Implements
Properties
| Name | Description |
|---|---|
| DetectionStatus |
The status of the patch detection. |
| LastDetectionOn |
The UTC timestamp that describes the latest detection was done. |
| NewImageName |
The name of the new image created by the patch. |
| NewLayer |
New layer update details in the target image. |
| OldLayer |
The old layer details in the target image. |
| PatchType |
The type for the patch. |
| TargetContainerName |
The name of the target container for the patch. |
| TargetImage |
The name of the target image for the patch. |