Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPublishingProfile 接口

定义

用于发布到 Web 应用的终结点和凭据。

public interface IPublishingProfile : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IPublishingProfile = interface
    interface IBeta
Public Interface IPublishingProfile
Implements IBeta
实现

属性

FtpPassword

获取用于 FTP 发布的密码。

FtpUrl

获取 FTP 发布的 URL,其中包含 ftp:// 和根文件夹。 例如 ,ftp://ftp.contoso.com/site/wwwroot

FtpUsername

获取用于 FTP 发布的用户名。

GitPassword

获取用于 Git 发布的密码。

GitUrl

获取 FTP 发布的 URL,并预先 https://。 例如 https://contoso.com:443/myRepo.git

GitUsername

获取用于 Git 发布的用户名。

适用于