次の方法で共有


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:// とルート フォルダーを含む FTP 発行の URL を取得します。 例: ftp://ftp.contoso.com/site/wwwroot

FtpUsername

FTP 発行に使用されるユーザー名を取得します。

GitPassword

Git 発行に使用されるパスワードを取得します。

GitUrl

FTP 発行の URL を取得します。https:// を事前に指定します。 例: 。 https://contoso.com:443/myRepo.git

GitUsername

Git 発行に使用されるユーザー名を取得します。

適用対象