ApplicationPublishObject interface

Object model for publishing a specific application version.

Properties

isStaging

Indicates if the staging slot should be used, instead of the Production one. Default value: false.

versionId

The version ID to publish.

Property Details

isStaging

Indicates if the staging slot should be used, instead of the Production one. Default value: false.

isStaging?: boolean

Property Value

boolean

versionId

The version ID to publish.

versionId?: string

Property Value

string