Class PublishingProfileFormat
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<PublishingProfileFormat>
com.microsoft.azure.management.appservice.PublishingProfileFormat
public final class PublishingProfileFormat
extends com.microsoft.rest.ExpandableStringEnum<PublishingProfileFormat>
Defines values for PublishingProfileFormat.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PublishingProfileFormat
Static value FileZilla3 for PublishingProfileFormat.static final PublishingProfileFormat
Static value Ftp for PublishingProfileFormat.static final PublishingProfileFormat
Static value WebDeploy for PublishingProfileFormat. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PublishingProfileFormat
fromString
(String name) Creates or finds a PublishingProfileFormat from its string representation.static Collection<PublishingProfileFormat>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
FILE_ZILLA3
Static value FileZilla3 for PublishingProfileFormat. -
WEB_DEPLOY
Static value WebDeploy for PublishingProfileFormat. -
FTP
Static value Ftp for PublishingProfileFormat.
-
-
Constructor Details
-
PublishingProfileFormat
public PublishingProfileFormat()
-
-
Method Details
-
fromString
Creates or finds a PublishingProfileFormat from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding PublishingProfileFormat
-
values
- Returns:
- known PublishingProfileFormat values
-