ApplicationPublishObject interface
Object model for publishing a specific application version.
Properties
is |
Indicates if the staging slot should be used, instead of the Production one. Default value: false. |
version |
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