MSDeployCore Class

MSDeploy ARM PUT core information.

Constructor

MSDeployCore(*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.

Attributes

app_offline

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

app_offline: bool | None

connection_string

SQL Connection String.

connection_string: str | None

db_type

Database Type.

db_type: str | None

package_uri

Package URI.

package_uri: str | None

set_parameters

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

set_parameters: dict[str, str] | None

set_parameters_xml_file_uri

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

set_parameters_xml_file_uri: str | None

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.

skip_app_data: bool | None