Share via


Volume interface

Volume definitions for the Container App.

Properties

name

Volume name.

storageName

Name of storage resource. No need to provide for EmptyDir.

storageType

Storage type for the volume. If not provided, use EmptyDir.

Property Details

name

Volume name.

name?: string

Property Value

string

storageName

Name of storage resource. No need to provide for EmptyDir.

storageName?: string

Property Value

string

storageType

Storage type for the volume. If not provided, use EmptyDir.

storageType?: string

Property Value

string