Package version:

InterfacePatchSettingsStatus

Status of the hotpatch capability enrollment or disenrollment.

interface PatchSettingsStatus {
    error?: ErrorDetail;
    hotpatchEnablementStatus?: string;
}

Properties

error?: ErrorDetail

The errors that were encountered during the hotpatch capability enrollment or disenrollment. NOTE: This property will not be serialized. It can only be populated by the server.

hotpatchEnablementStatus?: string

Indicates the current status of the hotpatch being enabled or disabled.