PatchProperties 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.
Top level properties that describes current states of the patch resource.
public class PatchProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.PatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.PatchProperties>
type PatchProperties = class
interface IJsonModel<PatchProperties>
interface IPersistableModel<PatchProperties>
Public Class PatchProperties
Implements IJsonModel(Of PatchProperties), IPersistableModel(Of PatchProperties)
- Inheritance
-
PatchProperties
- Implements
Properties
| Name | Description |
|---|---|
| CreatedOn |
The UTC timestamp that describes when the patch object was created. |
| LastModifiedOn |
The UTC timestamp that describes when the patch object was last updated. |
| PatchApplyStatus |
The status of the patch operation. |
| PatchDetails |
Detailed info describes the patch operation for the target container app. |
| TargetContainerAppId |
The Azure resource id of the target container app for the patch. |
| TargetEnvironmentId |
The Azure resource id of the target environment for the patch. |
| TargetRevisionId |
The Azure resource id of the target revision for the patch. |