public final class PublishingProfileFormat extends com.microsoft.rest.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 forpublic static Collection<PublishingProfileFormat> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/