Class PublishingProfileFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PublishingProfileFormat>
com.azure.resourcemanager.appservice.models.PublishingProfileFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PublishingProfileFormat
extends com.azure.core.util.ExpandableStringEnum<PublishingProfileFormat>
Name of the format. Valid values are:
FileZilla3
WebDeploy -- default
Ftp.
-
Field Summary
FieldsModifier 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PublishingProfileFormat
fromString
(String name) Creates or finds a PublishingProfileFormat from its string representation.static Collection
<PublishingProfileFormat> values()
Gets known PublishingProfileFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
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
Deprecated.Use thefromString(String)
factory method.Creates a new instance of PublishingProfileFormat value.
-
-
Method Details
-
fromString
Creates or finds a PublishingProfileFormat from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding PublishingProfileFormat.
-
values
Gets known PublishingProfileFormat values.- Returns:
- known PublishingProfileFormat values.
-
fromString(String)
factory method.