你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PublishingProfileFormat Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. PublishingProfileFormat
- com.
public class PublishingProfileFormat
Defines values for PublishingProfileFormat.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Publishing |
FILE_ZILLA3
Static value FileZilla3 for PublishingProfileFormat. |
final Publishing |
FTP
Static value Ftp for PublishingProfileFormat. |
final Publishing |
WEB_DEPLOY
Static value WebDeploy for PublishingProfileFormat. |
Constructor Summary
Constructor | Description |
---|---|
PublishingProfileFormat(String value) |
Creates a custom value for PublishingProfileFormat. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
FILE_ZILLA3
public static final PublishingProfileFormat FILE_ZILLA3= new PublishingProfileFormat("FileZilla3")
Static value FileZilla3 for PublishingProfileFormat.
FTP
public static final PublishingProfileFormat FTP= new PublishingProfileFormat("Ftp")
Static value Ftp for PublishingProfileFormat.
WEB_DEPLOY
public static final PublishingProfileFormat WEB_DEPLOY= new PublishingProfileFormat("WebDeploy")
Static value WebDeploy for PublishingProfileFormat.
Constructor Details
PublishingProfileFormat
public PublishingProfileFormat(String value)
Creates a custom value for PublishingProfileFormat.
Parameters:
Method Details
equals
public boolean equals(Object obj)
Parameters:
hashCode
public int hashCode()
toString
public String toString()