Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureFileShareReference

Package version

interface

An interface representing AzureFileShareReference. Azure File Share mounting configuration.

Hierarchy

  • AzureFileShareReference

Index

Properties

accountName

accountName: string
member

{string} accountName Account name. Name of the Azure storage account.

azureFileUrl

azureFileUrl: string
member

{string} azureFileUrl Azure File URL. URL to access the Azure File.

credentials

member

{AzureStorageCredentialsInfo} credentials Credentials. Information about the Azure storage credentials.

Optional directoryMode

directoryMode: undefined | string
member

{string} [directoryMode] Directory mode. File mode for directories on the mounted file share. Default value: 0777. Default value: '0777' .

Optional fileMode

fileMode: undefined | string
member

{string} [fileMode] File mode. File mode for files on the mounted file share. Default value: 0777. Default value: '0777' .

relativeMountPath

relativeMountPath: string
member

{string} relativeMountPath Relative mount path. The relative path on the compute node where the Azure File share will be mounted. Note that all cluster level file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level file shares will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.

Generated using TypeDoc