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.v2018_02_01.models._models_py3.ProxyOnlyResource
MSDeploy

Constructor

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

Parameters

kind
str
Required

Kind of resource.

package_uri
str
Required

Package URI.

connection_string
str
Required

SQL Connection String.

db_type
str
Required

Database Type.

set_parameters_xml_file_uri
str
Required

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

set_parameters
dict[str, str]
Required

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

skip_app_data
bool
Required

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
bool
Required

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

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.