MSDeployProperties Class

MSDeploy ARM PUT information properties.

Constructor

MSDeployProperties()

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[<xref:"MSDeployCore">]

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

Attributes

addOnPackages

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

addOnPackages: list[azure.mgmt.web.types.MSDeployCore]

appOffline

appOffline: bool

connectionString

connectionString: str

dbType

dbType: str

packageUri

packageUri: str

setParameters

setParameters: dict[str, str]

setParametersXmlFileUri

setParametersXmlFileUri: str

skipAppData

skipAppData: bool