다음을 통해 공유


AzureFileVolume interface

Azure File 볼륨의 속성입니다. Azure 파일 공유는 볼륨으로 탑재됩니다.

Extends

속성

shareName

Azure 파일 공유의 공유 이름입니다.

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

상속된 속성

enableSubPath

true로 설정하면 instance 모든 개별 앱에 대한 전용 디렉터리를 만들고 탑재합니다.

mountOptions

영구 디스크에 대한 탑재 옵션입니다.

mountPath

영구 디스크의 탑재 경로입니다.

readOnly

영구 디스크가 readOnly 디스크인지 여부를 나타냅니다.

속성 세부 정보

shareName

Azure 파일 공유의 공유 이름입니다.

shareName?: string

속성 값

string

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

type: "AzureFileVolume"

속성 값

"AzureFileVolume"

상속된 속성 세부 정보

enableSubPath

true로 설정하면 instance 모든 개별 앱에 대한 전용 디렉터리를 만들고 탑재합니다.

enableSubPath?: boolean

속성 값

boolean

CustomPersistentDiskProperties.enableSubPath에서 상속

mountOptions

영구 디스크에 대한 탑재 옵션입니다.

mountOptions?: string[]

속성 값

string[]

CustomPersistentDiskProperties.mountOptions에서 상속

mountPath

영구 디스크의 탑재 경로입니다.

mountPath: string

속성 값

string

CustomPersistentDiskProperties.mountPath에서 상속됨

readOnly

영구 디스크가 readOnly 디스크인지 여부를 나타냅니다.

readOnly?: boolean

속성 값

boolean

CustomPersistentDiskProperties.readOnly에서 상속됨