Share via


SbeDeploymentPackageInfo interface

Solution builder extension (SBE) deployment package information.

Properties

code

SBE deployment validation code. NOTE: This property will not be serialized. It can only be populated by the server.

message

A detailed message that explains the SBE package validation result. NOTE: This property will not be serialized. It can only be populated by the server.

sbeManifest

This represents discovered update results for matching updates and store it as SBE manifest. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

SBE deployment validation code. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

message

A detailed message that explains the SBE package validation result. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

sbeManifest

This represents discovered update results for matching updates and store it as SBE manifest. NOTE: This property will not be serialized. It can only be populated by the server.

sbeManifest?: string

Property Value

string