Class FunctionsDeploymentStorageType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FunctionsDeploymentStorageType>
com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class FunctionsDeploymentStorageType extends com.azure.core.util.ExpandableStringEnum<FunctionsDeploymentStorageType>
Property to select Azure Storage type. Available options: blobContainer.
  • Field Details

  • Constructor Details

    • FunctionsDeploymentStorageType

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

    • fromString

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

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