IPublishingProfile Interface

Definition

Endpoints and credentials for publishing to a web app.

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

Properties

FtpPassword

Gets the password used for FTP publishing.

FtpUrl

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

FtpUsername

Gets the username used for FTP publishing.

GitPassword

Gets the password used for Git publishing.

GitUrl

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

GitUsername

Gets the username used for Git publishing.

Applies to