MSDeployProperties Class

MSDeploy ARM PUT information properties.

Constructor

MSDeployProperties(*args: Any, **kwargs: Any)

Variables

Name Description
package_uri
str

Package URI.

connection_string
str

SQL Connection String.

db_type
str

Database Type.

set_parameters_xml_file_uri
str

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

set_parameters

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

skip_app_data

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.

app_offline

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

add_on_packages

List of Add-On packages. Add-On packages implicitly enable the Do Not Delete MSDeploy rule.

Attributes

add_on_packages

List of Add-On packages. Add-On packages implicitly enable the Do Not Delete MSDeploy rule.

add_on_packages: list['_models.MSDeployCore'] | None