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

PublishingProfile Interface

public interface PublishingProfile

Endpoints and credentials for publishing to a web app.

Method Summary

Modifier and Type Method and Description
String ftpPassword()
String ftpUrl()
String ftpUsername()
String gitPassword()
String gitUrl()
String gitUsername()

Method Details

ftpPassword

public String ftpPassword()

Returns:

the password used for FTP publishing

ftpUrl

public String ftpUrl()

Returns:

the url for FTP publishing, with ftp:// and the root folder. E.g. ftp://ftp.contoso.com/site/wwwroot

ftpUsername

public String ftpUsername()

Returns:

the username used for FTP publishing

gitPassword

public String gitPassword()

Returns:

the password used for Git publishing

gitUrl

public String gitUrl()

Returns:

the url for FTP publishing, with https:// upfront. E.g. https://contoso.com:443/myRepo.git

gitUsername

public String gitUsername()

Returns:

the username used for Git publishing

Applies to