AzureFileVolume Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
AzureFileVolume

Constructor

AzureFileVolume(*, share_name: str, storage_account_name: str, read_only: Optional[bool] = None, storage_account_key: Optional[str] = None, **kwargs)

Variables

share_name
str

Required. The name of the Azure File share to be mounted as a volume.

read_only
bool

The flag indicating whether the Azure File shared mounted as a volume is read-only.

storage_account_name
str

Required. The name of the storage account that contains the Azure File share.

storage_account_key
str

The storage account access key used to access the Azure File share.