MSDeployCoreOutput interface
MSDeploy ARM PUT core information
Properties
| app |
Sets the AppOffline rule while the MSDeploy operation executes.
Setting is |
| connection |
SQL Connection String |
| db |
Database Type |
| package |
Package URI |
| set |
MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used. |
| set |
URI of MSDeploy Parameters file. Must not be set if SetParameters is used. |
| skip |
Controls whether the MSDeploy operation skips the App_Data directory.
If set to |
Property Details
appOffline
Sets the AppOffline rule while the MSDeploy operation executes.
Setting is false by default.
appOffline?: boolean
Property Value
boolean
connectionString
SQL Connection String
connectionString?: string
Property Value
string
dbType
Database Type
dbType?: string
Property Value
string
packageUri
Package URI
packageUri?: string
Property Value
string
setParameters
MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.
setParameters?: Record<string, string>
Property Value
Record<string, string>
setParametersXmlFileUri
URI of MSDeploy Parameters file. Must not be set if SetParameters is used.
setParametersXmlFileUri?: string
Property Value
string
skipAppData
Controls whether the MSDeploy operation skips the App_Data directory.
If set to true, the existing App_Data directory on the destination
will not be deleted, and any App_Data directory in the source will be ignored.
Setting is false by default.
skipAppData?: boolean
Property Value
boolean