ContainerAppStorageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage type for the volume. If not provided, use EmptyDir.
public enum ContainerAppStorageType
type ContainerAppStorageType =
Public Enum ContainerAppStorageType
- Inheritance
-
ContainerAppStorageType
Fields
Name | Value | Description |
---|---|---|
AzureFile | 0 | AzureFile. |
EmptyDir | 1 | EmptyDir. |
Secret | 2 | Secret. |