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 Details

  • Constructor Details

    • PublishingProfileFormat

      @Deprecated public PublishingProfileFormat()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of PublishingProfileFormat value.
  • Method Details

    • fromString

      public static PublishingProfileFormat fromString(String name)
      Creates or finds a PublishingProfileFormat from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PublishingProfileFormat.
    • values

      public static Collection<PublishingProfileFormat> values()
      Gets known PublishingProfileFormat values.
      Returns:
      known PublishingProfileFormat values.