PatchProperties Class

Definition

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<PatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<PatchProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<PatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<PatchProperties>.Write(ModelReaderWriterOptions)

Applies to