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_09_01.models._models_py3.ProxyOnlyResourceMSDeploy
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
- set_parameters_xml_file_uri
- str
URI of MSDeploy Parameters file. Must not be set if SetParameters is used.
MSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.
- skip_app_data
- bool
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
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.
- system_data
- SystemData
The system metadata relating to this resource.
Feedback
Submit and view feedback for