74 строки
3.5 KiB
YAML
74 строки
3.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.PublishingProfile"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PublishingProfile"
|
|
name: "PublishingProfile"
|
|
nameWithType: "PublishingProfile"
|
|
summary: "Endpoints and credentials for publishing to a web app."
|
|
syntax: "public interface **PublishingProfile**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.PublishingProfile.ftpPassword()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PublishingProfile.ftpPassword()"
|
|
name: "ftpPassword()"
|
|
nameWithType: "PublishingProfile.ftpPassword()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String ftpPassword()"
|
|
returns:
|
|
description: "the password used for FTP publishing"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PublishingProfile.ftpUrl()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PublishingProfile.ftpUrl()"
|
|
name: "ftpUrl()"
|
|
nameWithType: "PublishingProfile.ftpUrl()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String ftpUrl()"
|
|
returns:
|
|
description: "the url for FTP publishing, with ftp:// and the root folder. E.g. ftp://ftp.contoso.com/site/wwwroot"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PublishingProfile.ftpUsername()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PublishingProfile.ftpUsername()"
|
|
name: "ftpUsername()"
|
|
nameWithType: "PublishingProfile.ftpUsername()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String ftpUsername()"
|
|
returns:
|
|
description: "the username used for FTP publishing"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PublishingProfile.gitPassword()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PublishingProfile.gitPassword()"
|
|
name: "gitPassword()"
|
|
nameWithType: "PublishingProfile.gitPassword()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String gitPassword()"
|
|
returns:
|
|
description: "the password used for Git publishing"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PublishingProfile.gitUrl()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PublishingProfile.gitUrl()"
|
|
name: "gitUrl()"
|
|
nameWithType: "PublishingProfile.gitUrl()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String gitUrl()"
|
|
returns:
|
|
description: "the url for FTP publishing, with https:// upfront. E.g. https://contoso.com:443/myRepo.git"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.PublishingProfile.gitUsername()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.PublishingProfile.gitUsername()"
|
|
name: "gitUsername()"
|
|
nameWithType: "PublishingProfile.gitUsername()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String gitUsername()"
|
|
returns:
|
|
description: "the username used for Git publishing"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "Endpoints and credentials for publishing to a web app."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|