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 Summary
FieldsModifier and TypeFieldDescriptionstatic final FunctionsDeploymentStorageTypeStatic value blobContainer for FunctionsDeploymentStorageType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a FunctionsDeploymentStorageType from its string representation.values()Gets known FunctionsDeploymentStorageType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BLOB_CONTAINER
Static value blobContainer for FunctionsDeploymentStorageType.
-
-
Constructor Details
-
FunctionsDeploymentStorageType
Deprecated.Use thefromString(String)factory method.Creates a new instance of FunctionsDeploymentStorageType value.
-
-
Method Details
-
fromString
Creates or finds a FunctionsDeploymentStorageType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FunctionsDeploymentStorageType.
-
values
Gets known FunctionsDeploymentStorageType values.- Returns:
- known FunctionsDeploymentStorageType values.
-
fromString(String)factory method.