MSDeploy Class

MSDeploy ARM PUT information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2020_12_01.models._models_py3.ProxyOnlyResource
MSDeploy

Constructor

MSDeploy(*, kind: str | None = None, package_uri: str | None = None, connection_string: str | None = None, db_type: str | None = None, set_parameters_xml_file_uri: str | None = None, set_parameters: Dict[str, str] | None = None, skip_app_data: bool | None = None, app_offline: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

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 <code>true</code>, 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 <code>false</code> by default.

app_offline

Sets the AppOffline rule while the MSDeploy operation executes. Setting is <code>false</code> by default.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

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 <code>true</code>, 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 <code>false</code> by default.

app_offline

Sets the AppOffline rule while the MSDeploy operation executes. Setting is <code>false</code> by default.