Package version:

Interface AzureFileVolume

The properties of the Azure File volume. Azure File shares are mounted as volumes.

Hierarchy

Properties

mountOptions?: string[]

These are the mount options for a persistent disk.

mountPath: string

The mount path of the persistent disk.

readOnly?: boolean

Indicates whether the persistent disk is a readOnly one.

shareName: string

The share name of the Azure File share.

type: "AzureFileVolume"

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

Generated using TypeDoc