IPublishingProfile 인터페이스

정의

웹앱에 게시하기 위한 엔드포인트 및 자격 증명입니다.

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

속성

FtpPassword

FTP 게시에 사용되는 암호를 가져옵니다.

FtpUrl

ftp:// 및 루트 폴더를 사용하여 FTP 게시의 URL을 가져옵니다. 예: ftp://ftp.contoso.com/site/wwwroot.

FtpUsername

FTP 게시에 사용되는 사용자 이름을 가져옵니다.

GitPassword

Git 게시에 사용되는 암호를 가져옵니다.

GitUrl

https:// 선행으로 FTP 게시의 URL을 가져옵니다. 예: https://contoso.com:443/myRepo.git.

GitUsername

Git 게시에 사용되는 사용자 이름을 가져옵니다.

적용 대상