CustomPersistentDiskProperties interface

Custom persistent disk resource payload.

Properties

enableSubPath

If set to true, it will create and mount a dedicated directory for every individual app instance.

mountOptions

These are the mount options for a persistent disk.

mountPath

The mount path of the persistent disk.

readOnly

Indicates whether the persistent disk is a readOnly one.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

enableSubPath

If set to true, it will create and mount a dedicated directory for every individual app instance.

enableSubPath?: boolean

Property Value

boolean

mountOptions

These are the mount options for a persistent disk.

mountOptions?: string[]

Property Value

string[]

mountPath

The mount path of the persistent disk.

mountPath: string

Property Value

string

readOnly

Indicates whether the persistent disk is a readOnly one.

readOnly?: boolean

Property Value

boolean

type

Polymorphic discriminator, which specifies the different types this object can be

type: "AzureFileVolume"

Property Value

"AzureFileVolume"