你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CsmPublishingProfileOptions 类
请求的配置文件的发布选项。
- 继承
-
azure.mgmt.web._serialization.ModelCsmPublishingProfileOptions
构造函数
CsmPublishingProfileOptions(*, format: str | _models.PublishingProfileFormat | None = None, include_disaster_recovery_endpoints: bool | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
format
|
格式名称。 有效值为:FileZilla3 WebDeploy - 默认 Ftp。 已知值为:“FileZilla3”、“WebDeploy”和“Ftp”。 |
include_disaster_recovery_endpoints
|
如果为 true,则包含 DisasterRecover 终结点。 |
变量
名称 | 说明 |
---|---|
format
|
格式名称。 有效值为:FileZilla3 WebDeploy - 默认 Ftp。 已知值为:“FileZilla3”、“WebDeploy”和“Ftp”。 |
include_disaster_recovery_endpoints
|
如果为 true,则包含 DisasterRecover 终结点。 |