Share via


MSDeployCoreOutput interface

MSDeploy ARM PUT core information

Properties

appOffline

Sets the AppOffline rule while the MSDeploy operation executes. Setting is false by default.

connectionString

SQL Connection String

dbType

Database Type

packageUri

Package URI

setParameters

MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.

setParametersXmlFileUri

URI of MSDeploy Parameters file. Must not be set if SetParameters is used.

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.

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