public final class PublishingProfileFormat extends com.azure.core.util.ExpandableStringEnum<PublishingProfileFormat>
| Modifier and Type | Field and Description |
|---|---|
static PublishingProfileFormat |
FILE_ZILLA3
Static value FileZilla3 for PublishingProfileFormat.
|
static PublishingProfileFormat |
FTP
Static value Ftp for PublishingProfileFormat.
|
static PublishingProfileFormat |
WEB_DEPLOY
Static value WebDeploy for PublishingProfileFormat.
|
| Constructor and Description |
|---|
PublishingProfileFormat() |
| Modifier and Type | Method and Description |
|---|---|
static PublishingProfileFormat |
fromString(String name)
Creates or finds a PublishingProfileFormat from its string representation.
|
static Collection<PublishingProfileFormat> |
values() |
public static final PublishingProfileFormat FILE_ZILLA3
public static final PublishingProfileFormat WEB_DEPLOY
public static final PublishingProfileFormat FTP
public static PublishingProfileFormat fromString(String name)
name - a name to look for.public static Collection<PublishingProfileFormat> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.