CsmPublishingProfileOptions Class

Publishing options for requested profile.

Inheritance
CsmPublishingProfileOptions

Constructor

CsmPublishingProfileOptions(*, format: Optional[Union[str, azure.mgmt.web.v2018_02_01.models._web_site_management_client_enums.PublishingProfileFormat]] = None, include_disaster_recovery_endpoints: Optional[bool] = None, **kwargs)

Parameters

format
str or PublishingProfileFormat
Required

Name of the format. Valid values are: FileZilla3 WebDeploy – default Ftp. Possible values include: "FileZilla3", "WebDeploy", "Ftp".

include_disaster_recovery_endpoints
bool
Required

Include the DisasterRecover endpoint if true.